Update release.yml

This commit is contained in:
Calvin lin
2025-02-03 16:16:45 +08:00
committed by GitHub
parent ef05203ea3
commit 0691ab2213

View File

@@ -62,7 +62,7 @@ jobs:
# App Specific # App Specific
sudo apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev sudo apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev
# Packaging # Packaging
sudo wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-x86_64.AppImage -o /bin/appimagetool sudo wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-x86_64.AppImage -O /bin/appimagetool
sudo chmod +x /bin/appimagetool sudo chmod +x /bin/appimagetool
- name: Build - name: Build
run: | run: |