We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e8dab commit 50721baCopy full SHA for 50721ba
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
with:
50
- upload_url: ${{ needs.release.outputs.upload_url }}
+ upload_url: ${{ needs.create_release.outputs.upload_url }}
51
asset_path: ./rad.exe
52
asset_name: rad-${{ steps.git_tag.outputs.tag }}-${{ matrix.os }}.exe
53
asset_content_type: application/octet-stream
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
asset_path: ./rad
63
asset_name: rad-${{ steps.git_tag.outputs.tag }}-${{ matrix.os }}
64
0 commit comments