Removed quotations in docker volume
This commit is contained in:
parent
3146bd2909
commit
a180d12f7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-appimage.yaml
vendored
2
.github/workflows/build-appimage.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: ghcr.io/christofsteel/syng-appimage-builder:main
|
||||
options: -v "${{ github.workspace }}"/app:/app
|
||||
options: -v ${{ github.workspace }}/app:/app
|
||||
run: |
|
||||
/app/build.sh
|
||||
export APPIMAGE_EXTRACT_AND_RUN=1
|
||||
|
|
Loading…
Add table
Reference in a new issue