From 92e0eeed4816f3df98eccc4f2f4526b4ef898f47 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 1 May 2024 09:18:29 +0000 Subject: [PATCH] update --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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