mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-08 06:02:01 -03:30
publish-image.yml: Fix issue with artifact file name containing spaces
This commit is contained in:
parent
d6e6215fa9
commit
53c9f43dbe
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
set -ex
|
||||
mkdir -p publish
|
||||
mv artifacts/${{ inputs.artifact_file }} publish/
|
||||
mv "artifacts/${{ inputs.artifact_file }}" publish/
|
||||
cd publish
|
||||
|
||||
asset="${IMG}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user