Skip to content

Commit 53c9f43

Browse files
committed
publish-image.yml: Fix issue with artifact file name containing spaces
1 parent d6e6215 commit 53c9f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
set -ex
4545
mkdir -p publish
46-
mv artifacts/${{ inputs.artifact_file }} publish/
46+
mv "artifacts/${{ inputs.artifact_file }}" publish/
4747
cd publish
4848
4949
asset="${IMG}"

0 commit comments

Comments
 (0)