We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457963f commit 07d92f9Copy full SHA for 07d92f9
1 file changed
.github/workflows/test.yml
@@ -140,7 +140,7 @@ jobs:
140
# See the "CI Setup" document for details of how this was set up.
141
ci/decrypt_secret.sh
142
tar xvf "${HOME}"/secrets/secrets.tar
143
- cp ./ci_secrets/vuforia_secrets_${JOB_INDEX}.env ./vuforia_secrets.env
+ cp "./ci_secrets/vuforia_secrets_${JOB_INDEX}.env" ./vuforia_secrets.env
144
145
# We have seen issues with running out of disk space on test_docker
146
- name: Free Disk Space (Ubuntu)
0 commit comments