mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 17:35:39 +08:00
update
This commit is contained in:
parent
5488f1e64f
commit
92e0eeed48
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -131,6 +131,6 @@ jobs:
|
|||||||
curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
||||||
-H "Content-Type: application/zip" \
|
-H "Content-Type: application/zip" \
|
||||||
--data-binary @"$file" \
|
--data-binary @"$file" \
|
||||||
"https://uploads.github.com/repos/oneclickvirt/incus_images/releases/$release_id/assets?name=$(basename "$file")"
|
"https://uploads.github.com/repos/oneclickvirt/backtrace/releases/$release_id/assets?name=$(basename "$file")"
|
||||||
rm -rf $file
|
rm -rf $file
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user