The search for paths continues
This commit is contained in:
parent
4e65307f16
commit
357b6d72e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-appimage.yaml
vendored
4
.github/workflows/build-appimage.yaml
vendored
|
@ -28,8 +28,8 @@ jobs:
|
|||
- name: Preparing Build dir
|
||||
run: |
|
||||
mkdir -p app/bin
|
||||
cp "${{ github.workspace }}/syng/resources/appimage/build.sh" app/build.sh
|
||||
cp "${{ github.workspace }}/syng/resources/appimage/bin/*"" app/bin/
|
||||
cp "${{ github.workspace }}/resources/appimage/build.sh" app/build.sh
|
||||
cp "${{ github.workspace }}/resources/appimage/bin/*"" app/bin/
|
||||
- name: Building AppDir
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue