Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SolsticeSpectrum authored Sep 27, 2024
1 parent c863218 commit dfa5e52
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@ jobs:
Categories=Utility;
EOL
# Use a generic icon (you may want to replace this with a custom icon later)
# Use the specified icon
wget -O AppDir/wineglass.png http://test.winehq.org/tests/winehq_snapshot/index_files/winehq_logo_glass.png
./appimagetool-x86_64.AppImage AppDir ${installer_name}_linux.AppImage
# Use ARCH environment variable when calling appimagetool
ARCH=x86_64 ./appimagetool-x86_64.AppImage AppDir ${installer_name}_linux.AppImage
rm -rf AppDir
}
Expand All @@ -167,6 +168,12 @@ jobs:
create_appimage rune
create_appimage enderex
- name: Upload Linux AppImages
uses: actions/upload-artifact@v3
with:
name: linux-appimages
path: ./*.AppImage

create-release:
needs: [build-windows, build-linux]
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfa5e52

Please sign in to comment.