From 22b4a52dcd9cda0a5fb0faecf65d47d61592e1e0 Mon Sep 17 00:00:00 2001 From: Distractic <46402441+Distractic@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:00:18 +0100 Subject: [PATCH] chore(ci/cd): Move env definition (#15) --- .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 6ce9854..5287d16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,6 @@ jobs: TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_AUTH_TOKEN }} - name: Upload artifact + run: gh release upload ${{ needs.release.outputs.tag_name }} build/*.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ needs.release.outputs.tag_name }} build/*.zip