Skip to content

Commit

Permalink
Undo redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbq committed Sep 1, 2021
1 parent 9250f37 commit 7379073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-windows-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
PYTHONLEGACYWINDOWSIOENCODING: true
CI: false # Otherwise React stops on warnings
CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }}

run: |
pyinstaller --clean --noupx t2wml-service.spec
- name: Get the version
Expand All @@ -52,3 +51,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
body: "Windows Setup"

0 comments on commit 7379073

Please sign in to comment.