diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fa5a3b2..466a509 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -131,6 +131,6 @@ jobs: curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "Content-Type: application/zip" \ --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 done \ No newline at end of file