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 6b8f612 commit e6e0335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
cp ./sticker-convert.appdata.xml AppDir/usr/share/metainfo
# Bundling into appimage
ARCH=arm_aarch64 ./appimagetool ./AppDir
chmod +x sticker-convert-arm_aarch64.AppImage
OUT_FILE_NAME: ./sticker-convert-arm_aarch64.AppImage
chmod +x sticker-convert-aarch64.AppImage
OUT_FILE_NAME: ./sticker-convert-aarch64.AppImage
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e6e0335

Please sign in to comment.