more workflow fixes
This commit is contained in:
parent
bb28879c36
commit
99a73243d6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-appimage.yaml
vendored
3
.github/workflows/build-appimage.yaml
vendored
|
@ -29,7 +29,8 @@ 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/syng" app/bin/
|
||||||
|
cp "${{ github.workspace }}/resources/appimage/bin/yt-dlp" 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