Skip to content

Commit

Permalink
CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
deefrawley committed Jul 20, 2021
1 parent d52f0ea commit 4095c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4095c21

Please sign in to comment.