mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
build: manually specify appimage update information
Previously this targeted the wrong filename from our releases Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
fbe239eb3d
commit
e8d33e5af1
2 changed files with 12 additions and 5 deletions
|
|
@ -60,7 +60,11 @@ runs:
|
|||
--repo probonopd/go-appimage \
|
||||
--pattern "appimagetool-*-$APPIMAGE_ARCH.AppImage" \
|
||||
--output ~/bin/appimagetool
|
||||
chmod +x ~/bin/appimagetool
|
||||
gh release download continuous \
|
||||
--repo probonopd/go-appimage \
|
||||
--pattern "mkappimage-*-$APPIMAGE_ARCH.AppImage" \
|
||||
--output ~/bin/mkappimage
|
||||
chmod +x ~/bin/appimagetool ~/bin/mkappimage
|
||||
echo "$HOME/bin" >> "$GITHUB_PATH"
|
||||
|
||||
gh release download \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue