Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahai-code committed Mar 27, 2024
1 parent 896aa4d commit b8fb9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
type: "zip"
directory: "./"
filename: "${{ env.REPO_NAME }}_${{ env.VERSION }}.zip"
filename: "${{ env.REPO_NAME }}-${{ env.VERSION }}.zip"
exclusions: "*.git* manifest.json"
- name: Publish release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit b8fb9e5

Please sign in to comment.