It's the tiny things :/
All checks were successful
Check / mypy (push) Successful in 2m58s
Check / ruff (push) Successful in 5s

This commit is contained in:
Christoph Stahl 2025-06-23 11:37:09 +02:00
parent 99a73243d6
commit 3146bd2909

View file

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