I hate, that I cannot test these workflow files locally (even with
`act`)
This commit is contained in:
parent
357b6d72e0
commit
bb28879c36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-appimage.yaml
vendored
2
.github/workflows/build-appimage.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue