We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52f0ea commit 4095c21Copy full SHA for 4095c21
.github/workflows/Publish Release.yml
@@ -33,12 +33,12 @@ jobs:
33
pip install -r ./requirements.txt -t ./lib
34
msgfmt ./plugin/translations/en/LC_MESSAGES/messages.po -o ./plugin/translations/en/LC_MESSAGES/messages.mo
35
msgfmt ./plugin/translations/zh/LC_MESSAGES/messages.po -o ./plugin/translations/zh/LC_MESSAGES/messages.mo
36
- zip -r Flow.Launcher.Plugin.GenConverter.zip . -x '*.git*'
+ zip -r Flow.Launcher.Plugin.GenConvert.zip . -x '*.git*'
37
- name: Publish
38
if: success() && github.ref == 'refs/heads/main'
39
uses: softprops/action-gh-release@v1
40
with:
41
- files: 'Flow.Launcher.Plugin.GenConverter.zip'
+ files: 'Flow.Launcher.Plugin.GenConvert.zip'
42
tag_name: "v${{steps.version.outputs.prop}}"
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments