I hate, that I cannot test these workflow files locally (even with
All checks were successful
Check / mypy (push) Successful in 3m15s
Check / ruff (push) Successful in 38s

`act`)
This commit is contained in:
Christoph Stahl 2025-06-23 11:25:14 +02:00
parent 357b6d72e0
commit bb28879c36

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
mkdir -p app/bin mkdir -p app/bin
cp "${{ github.workspace }}/resources/appimage/build.sh" app/build.sh cp "${{ github.workspace }}/resources/appimage/build.sh" app/build.sh
cp "${{ github.workspace }}/resources/appimage/bin/*"" app/bin/ cp "${{ github.workspace }}/resources/appimage/bin/*" app/bin/
- name: Building AppDir - name: Building AppDir
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with: