mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-04-09 03:14:26 -04:00
parent
04dc68a7e9
commit
b418637504
1 changed files with 12 additions and 12 deletions
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue