mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 01:15:40 +08:00
update
This commit is contained in:
parent
c57a79c435
commit
2306fdf46f
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user