mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -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: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
mkdir -p publish
|
mkdir -p publish
|
||||||
mv artifacts/${{ inputs.artifact_file }} publish/
|
mv "artifacts/${{ inputs.artifact_file }}" publish/
|
||||||
cd publish
|
cd publish
|
||||||
|
|
||||||
asset="${IMG}"
|
asset="${IMG}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user