diff --git a/.github/workflows/Publish Release.yml b/.github/workflows/Publish Release.yml index 062e426..9910526 100644 --- a/.github/workflows/Publish Release.yml +++ b/.github/workflows/Publish Release.yml @@ -33,12 +33,12 @@ jobs: pip install -r ./requirements.txt -t ./lib msgfmt ./plugin/translations/en/LC_MESSAGES/messages.po -o ./plugin/translations/en/LC_MESSAGES/messages.mo msgfmt ./plugin/translations/zh/LC_MESSAGES/messages.po -o ./plugin/translations/zh/LC_MESSAGES/messages.mo - zip -r Flow.Launcher.Plugin.GenConverter.zip . -x '*.git*' + zip -r Flow.Launcher.Plugin.GenConvert.zip . -x '*.git*' - name: Publish if: success() && github.ref == 'refs/heads/main' uses: softprops/action-gh-release@v1 with: - files: 'Flow.Launcher.Plugin.GenConverter.zip' + files: 'Flow.Launcher.Plugin.GenConvert.zip' tag_name: "v${{steps.version.outputs.prop}}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}