From 7379073264ad6e6222e910142f8e12fd6e669717 Mon Sep 17 00:00:00 2001 From: Itay Zandbank Date: Wed, 1 Sep 2021 13:21:39 +0300 Subject: [PATCH] Undo redundant change --- .github/workflows/create-windows-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-windows-service.yml b/.github/workflows/create-windows-service.yml index b076db1f..2c38f076 100644 --- a/.github/workflows/create-windows-service.yml +++ b/.github/workflows/create-windows-service.yml @@ -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 @@ -52,3 +51,4 @@ jobs: tag: ${{ github.ref }} overwrite: true body: "Windows Setup" +