mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build-sd-images.yml: Fix issue with artifact file name containing spaces
This commit is contained in:
parent
5b11ae0caf
commit
6c3d2503ea
2
.github/workflows/build-sd-images.yml
vendored
2
.github/workflows/build-sd-images.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
|||||||
- name: Prepare test
|
- name: Prepare test
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
mv output/${ARTIFACT_FILE?} ncp.img
|
mv "output/${ARTIFACT_FILE?}" ncp.img
|
||||||
sudo apt-get install -y systemd-container
|
sudo apt-get install -y systemd-container
|
||||||
python3 -m venv ./.venv
|
python3 -m venv ./.venv
|
||||||
. ./.venv/bin/activate
|
. ./.venv/bin/activate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user