diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7cc64ec..089a45e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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