This commit is contained in:
spiritlhl 2024-05-01 09:14:03 +00:00
parent 7b61a6de87
commit bce5441a80

View File

@ -47,7 +47,7 @@ jobs:
- name: Check, Delete Existing Assets and Upload New Assets
run: |
release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/output" | jq -r '.id')
release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/tags/output" | jq -r '.id')
echo "Checking, deleting existing assets, and uploading new assets..."
for file in ./bin/*; do
echo "Processing file: $file"