Skip to content

Commit c2ca9fd

Browse files
committed
cicd: remove win-arm from upload to github releases section
Signed-off-by: MTsfoni <[email protected]>
1 parent 5abd287 commit c2ca9fd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,6 @@ jobs:
148148
asset_name: cyclonedx-win-x86.exe
149149
asset_content_type: application/octet-stream
150150

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-
161151
- name: Upload binary to github release
162152
uses: actions/[email protected]
163153
env:

0 commit comments

Comments
 (0)