more workflow fixes
Some checks failed
Check / ruff (push) Waiting to run
Check / mypy (push) Has been cancelled

This commit is contained in:
Christoph Stahl 2025-06-23 11:35:44 +02:00
parent bb28879c36
commit 99a73243d6

View file

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