Skip to content

Commit

Permalink
update package_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Feb 18, 2024
1 parent bb0ef58 commit 2e91c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.token }}
with:
files: ./${{ github.event.repository.name }}-${{ github.ref_name }}.zip
files: ${{ github.event.repository.name }}-${{ github.ref_name }}.zip
generate_release_notes: true

0 comments on commit 2e91c3e

Please sign in to comment.