From a455f03fa2671b8237ff19a23f937740cae66c0d Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sun, 22 Sep 2024 13:14:17 +0100 Subject: [PATCH] Properly upload --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a48da97c..d3bd7f3f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,7 @@ jobs: core.setOutput('tag_name', release.data.tag_name) - name: Upload artifacts run: | - gh release upload ${{ steps.release.outputs.tag_name }} artifacts/* + gh release upload -R ystv/badger ${{ steps.release.outputs.tag_name }} artifacts/* env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }} - name: Publish release