Skip to content

Commit 4095c21

Browse files
committed
CI tweak
1 parent d52f0ea commit 4095c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Publish Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
pip install -r ./requirements.txt -t ./lib
3434
msgfmt ./plugin/translations/en/LC_MESSAGES/messages.po -o ./plugin/translations/en/LC_MESSAGES/messages.mo
3535
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*'
36+
zip -r Flow.Launcher.Plugin.GenConvert.zip . -x '*.git*'
3737
- name: Publish
3838
if: success() && github.ref == 'refs/heads/main'
3939
uses: softprops/action-gh-release@v1
4040
with:
41-
files: 'Flow.Launcher.Plugin.GenConverter.zip'
41+
files: 'Flow.Launcher.Plugin.GenConvert.zip'
4242
tag_name: "v${{steps.version.outputs.prop}}"
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)