ci: temporarily disable releases upload

qt 6 version is a bit unstable right now so we wanna keep the qt 5 version available
This commit is contained in:
Ramen2X 2024-12-11 18:09:30 -05:00
parent a090db0dc7
commit aaa26f8925

View file

@ -62,15 +62,15 @@ jobs:
path:
deploy
- name: Upload to Releases
shell: bash
if: github.event_name == 'push'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRAVIS_REPO_SLUG: isledecomp/siedit
TRAVIS_COMMIT: ${{ github.sha }}
run: |
cd deploy
7z a si-edit.zip *
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
./upload.sh si-edit.zip
# - name: Upload to Releases
# shell: bash
# if: github.event_name == 'push'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TRAVIS_REPO_SLUG: isledecomp/siedit
# TRAVIS_COMMIT: ${{ github.sha }}
# run: |
# cd deploy
# 7z a si-edit.zip *
# curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
# ./upload.sh si-edit.zip