Skip to content

Commit

Permalink
fix: release artifact name (became "source code")
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornreppen committed Sep 15, 2023
1 parent 621520a commit b8e877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8e877d

Please sign in to comment.