This commit is contained in:
spiritlhl 2024-05-01 09:28:17 +00:00
parent e2466cf330
commit 799649fa9d

View File

@ -26,6 +26,7 @@ jobs:
run: |
go build -v ./...
go test -v ./...
- name: Delete Existing Release Assets
run: |
release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/tags/output" | jq -r '.id')