Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahai-code authored Mar 27, 2024
1 parent 1097c3b commit 395c27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./${{ env.REPO_NAME }}_${{ env.VERSION }}.zip
file: ./${{ env.REPO_NAME }}-${{ env.VERSION }}.zip
tag: v${{ env.VERSION }}
file_glob: true
- name: Publish manifest
Expand All @@ -73,4 +73,4 @@ jobs:
file: ./manifest.json
tag: "manifest"
overwrite: true
file_glob: true
file_glob: true

0 comments on commit 395c27e

Please sign in to comment.