mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 17:35:39 +08:00
update
This commit is contained in:
parent
49a3bf8a72
commit
7b61a6de87
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check, Delete Existing Assets and Upload New Assets
|
- name: Check, Delete Existing Assets and Upload New Assets
|
||||||
run: |
|
run: |
|
||||||
release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/latest" | jq -r '.id')
|
release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/output" | jq -r '.id')
|
||||||
echo "Checking, deleting existing assets, and uploading new assets..."
|
echo "Checking, deleting existing assets, and uploading new assets..."
|
||||||
for file in ./bin/*; do
|
for file in ./bin/*; do
|
||||||
echo "Processing file: $file"
|
echo "Processing file: $file"
|
||||||
|
Loading…
Reference in New Issue
Block a user