Skip to content

Commit

Permalink
ci: re-enable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc authored Dec 12, 2024
1 parent 04dc68a commit b418637
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b418637

Please sign in to comment.