The search for paths continues
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:23:17 +02:00
parent 4e65307f16
commit 357b6d72e0

View file

@ -28,8 +28,8 @@ jobs:
- name: Preparing Build dir - name: Preparing Build dir
run: | run: |
mkdir -p app/bin mkdir -p app/bin
cp "${{ github.workspace }}/syng/resources/appimage/build.sh" app/build.sh cp "${{ github.workspace }}/resources/appimage/build.sh" app/build.sh
cp "${{ github.workspace }}/syng/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: