Skip to content

Commit

Permalink
Fix arm64 appimage uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 14, 2024
1 parent e6e0335 commit a7ef270
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 @@ -112,7 +112,7 @@ jobs:
mkdir -p AppDir/usr/share/metainfo
cp ./sticker-convert.appdata.xml AppDir/usr/share/metainfo
# Bundling into appimage
ARCH=arm_aarch64 ./appimagetool ./AppDir
ARCH=aarch64 ./appimagetool ./AppDir
chmod +x sticker-convert-aarch64.AppImage
OUT_FILE_NAME: ./sticker-convert-aarch64.AppImage
steps:
Expand Down

0 comments on commit a7ef270

Please sign in to comment.