Removed quotations in docker volume
All checks were successful
Check / mypy (push) Successful in 2m48s
Check / ruff (push) Successful in 33s

This commit is contained in:
Christoph Stahl 2025-06-23 11:40:12 +02:00
parent 3146bd2909
commit a180d12f7e

View file

@ -35,7 +35,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/christofsteel/syng-appimage-builder:main
options: -v "${{ github.workspace }}"/app:/app
options: -v ${{ github.workspace }}/app:/app
run: |
/app/build.sh
export APPIMAGE_EXTRACT_AND_RUN=1