1
0
Fork 0

Update githubci.yml

pull/2/head
LatantSea 2020-08-11 16:54:44 +00:00 committed by GitHub
parent 7e2110e90c
commit 65d9cf543d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -35,10 +35,15 @@ jobs:
run: python3 tools/build_all.py
- name: Upload Release Asset
#if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
#working-directory: tools
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
env:
UPLOAD_URL: ${{ github.event.release.upload_url }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "[ -z \"$ADABOT_GITHUB_ACCESS_TOKEN\" ] || python3 -u tools/upload_release_files.py"
- name: Upload Artifacts
if: github.event_name != 'release'
uses: actions/upload-artifacts@v2
with:
name: bin-artifacts
path: bin/