This commit is contained in:
spiritlhl 2024-05-01 09:01:18 +00:00
parent c57a79c435
commit 2306fdf46f

View File

@ -55,7 +55,6 @@ jobs:
Description of the release
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
id: upload-release-asset
@ -65,6 +64,7 @@ jobs:
asset_path: ./bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
asset_name: backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
asset_content_type: application/octet-stream
token: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix: