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 5abd287 commit c2ca9fdCopy full SHA for c2ca9fd
.github/workflows/release.yml
@@ -148,16 +148,6 @@ jobs:
148
asset_name: cyclonedx-win-x86.exe
149
asset_content_type: application/octet-stream
150
151
- - name: Upload binary to github release
152
- uses: actions/[email protected]
153
- env:
154
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155
- with:
156
- upload_url: ${{ steps.create_release.outputs.upload_url }}
157
- asset_path: bin/win-arm/cyclonedx.exe
158
- asset_name: cyclonedx-win-arm.exe
159
- asset_content_type: application/octet-stream
160
-
161
- name: Upload binary to github release
162
uses: actions/[email protected]
163
env:
0 commit comments