diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6893cc3..ed8d88a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -36,6 +36,7 @@ jobs: echo "Deleting asset with ID: $asset" curl -X DELETE -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/assets/$asset" done + sleep 60 release-binary: name: Release Go Binary