From b8e877d87e803122eccfd754a20dd949d8efa7a6 Mon Sep 17 00:00:00 2001 From: Bjorn Reppen Date: Fri, 15 Sep 2023 12:30:47 +0200 Subject: [PATCH] fix: release artifact name (became "source code") --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86a4e8d..f5019b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - artifacts: $( basename "$GITHUB_REPOSITORY" ).tar.gz" + artifacts: ${{ github.event.repository.name }}.tar.gz tag: v_${{ github.run_number }} workflow_dispatch: runs-on: ubuntu-latest