Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Nov 28, 2023
1 parent 8cbdf6b commit 4406288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
cp -f ./_build/jazz2 ./_package/usr/bin/jazz2
cp -f -r ./Content/ ./_package/usr/bin/Content/
LDAI_OUTPUT="jazz2.AppImage" ARCH=x86_64 ./linuxdeploy-x86_64.AppImage --appdir=./_package/ --icon-file=./Sources/Icons/256px.png --icon-filename=jazz2 --desktop-file=./_build/jazz2.desktop --executable=./_package/usr/bin/jazz2 --custom-apprun=./Sources/AppRun --output=appimage
LDAI_OUTPUT="./_build/jazz2.AppImage" ARCH=x86_64 ./linuxdeploy-x86_64.AppImage --appdir=./_package/ --icon-file=./Sources/Icons/256px.png --icon-filename=jazz2 --desktop-file=./_build/jazz2.desktop --executable=./_package/usr/bin/jazz2 --custom-apprun=./Sources/AppRun --output=appimage
artifactPath="Jazz2_${{ matrix.Platform }}.AppImage"
echo "artifactPath=$artifactPath" >> $GITHUB_ENV
Expand All @@ -154,7 +154,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifactPath }}
path: ./_package/jazz2.AppImage
path: ./_build/jazz2.AppImage

CodeQL:
name: 'CodeQL Analyze'
Expand Down

0 comments on commit 4406288

Please sign in to comment.