Skip to content

Commit

Permalink
Linux build : fix AppImage inside Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Magnier committed May 25, 2023
1 parent 575224a commit 8c7e35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
PKGNAME=${{ env.ProjectName }}-linux-${{ steps.set_variables.outputs.suffix }}.AppImage
echo "pkg-name=$PKGNAME" >> $GITHUB_OUTPUT
$GITHUB_WORKSPACE/appimagetool-x86_64.AppImage ${{ env.ProjectName }}.AppDir $PKGNAME
$GITHUB_WORKSPACE/appimagetool-x86_64.AppImage --appimage-extract-and-run ${{ env.ProjectName }}.AppDir $PKGNAME
working-directory: ./Builds/LinuxMakefile

- name: Upload
Expand Down

0 comments on commit 8c7e35c

Please sign in to comment.