1
0
Fork 0

Update githubci.yml

pull/2/head
LatantSea 2020-08-11 05:06:35 +00:00 committed by GitHub
parent 4c18455f99
commit 17dcb5d918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -30,16 +30,16 @@ jobs:
npm install --global xpm
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
echo "::add-path::`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`"
- name: Build
id: build_it_all
run: python3 tools/build_all.py
- name: Upload Release Asset
#if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
if: github.event_name != ''
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
working-directory: tools
env:
UPLOAD_URL: ${{ github.event.release.upload_url }}
UPLOAD_URL: ${{ steps.build_it_all.outputs.upload_url }}
# UPLOAD_URL: ${{ github.event.release.upload_url }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "[ -z \"$ADABOT_GITHUB_ACCESS_TOKEN\" ] || python3 -u upload_release_files.py"