add trailing slash to path

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-11-04 18:00:50 +01:00 committed by GitHub
parent 41604d9b24
commit ca80e485ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,4 +58,4 @@ jobs:
- name: Run all tests with latest roc nightly and latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
EXAMPLES_DIR=./latest-release-examples ./ci/test_latest_release.sh
EXAMPLES_DIR=./latest-release-examples/ ./ci/test_latest_release.sh