Skip to content

Commit 6c3d250

Browse files
committed
build-sd-images.yml: Fix issue with artifact file name containing spaces
1 parent 5b11ae0 commit 6c3d250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sd-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: Prepare test
161161
run: |
162162
set -x
163-
mv output/${ARTIFACT_FILE?} ncp.img
163+
mv "output/${ARTIFACT_FILE?}" ncp.img
164164
sudo apt-get install -y systemd-container
165165
python3 -m venv ./.venv
166166
. ./.venv/bin/activate

0 commit comments

Comments
 (0)