build-sd-images.yml: Fix issue with artifact file name containing spaces

This commit is contained in:
Tobias Knöppler 2025-11-16 17:33:57 +01:00
parent 5b11ae0caf
commit 6c3d2503ea

View File

@ -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