Skip to content

Commit

Permalink
Upload application in release (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeresteux authored Feb 8, 2020
2 parents 602738e + 97c7a0e commit 68d8e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: upload-release-asset-certified
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_SECRET}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./updatarium-cli/build/distributions/updatarium-cli-${{ steps.extract_version.outputs.v }}.zip
Expand Down

0 comments on commit 68d8e2e

Please sign in to comment.