Skip to content

Commit

Permalink
use release not create_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashTheBunny authored Sep 29, 2020
1 parent 243db1a commit 56d7b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./debian-${{ matrix.board }}-${{ matrix.revision }}-${{ matrix.debian-release }}.zip
asset_name: debian-${{ matrix.board }}-${{ matrix.revision }}-${{ matrix.debian-release }}.zip
asset_content_type: application/zip

0 comments on commit 56d7b5c

Please sign in to comment.