*.AppImage

This commit is contained in:
qurious-pixel 2025-01-02 11:22:43 -08:00 committed by GitHub
parent 13a63bb372
commit 068e26c977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ jobs:
chmod a+x linuxdeploy-x86_64.AppImage
./linuxdeploy-x86_64.AppImage --appdir=AppDir -d AppDir/Starship.desktop -i AppDir/logo.png --output appimage
mv README.md readme.txt
mv *.appimage starship.appimage
mv *.AppImage starship.appimage
- name: Upload build
uses: actions/upload-artifact@v4
with: