mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -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
|
||||
run: |
|
||||
set -x
|
||||
mv output/${ARTIFACT_FILE?} ncp.img
|
||||
mv "output/${ARTIFACT_FILE?}" ncp.img
|
||||
sudo apt-get install -y systemd-container
|
||||
python3 -m venv ./.venv
|
||||
. ./.venv/bin/activate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user