Skip to content

Commit

Permalink
ci: fix distribution name
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Sep 20, 2024
1 parent 17cc0ff commit efc8ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'build/distributions/Git extended update-index-*.zip'
file: 'build/distributions/git-extended-update-index-*.zip'
file_glob: true
tag: ${{ github.ref }}

0 comments on commit efc8ba8

Please sign in to comment.