Skip to content

Commit

Permalink
fix: 修改 release, 支持交叉编译
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 7, 2020
1 parent 7f7dc2b commit 4af9bf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-realese.outputs.upload_url }}
upload_url: ${{ needs.create-realese.outputs.upload_url }}
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}

0 comments on commit 4af9bf5

Please sign in to comment.