Skip to content

Commit

Permalink
Create the gevents Causx executable on a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbq committed Sep 30, 2021
1 parent c60e580 commit 1bad467
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Windows Service
name: Create Windows gevents Backend
on:
push:
tags:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
windows:
name: Create the Windows Service
name: Create the Windows gevents Backend
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -36,7 +36,7 @@ jobs:
CI: false # Otherwise React stops on warnings
CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }}
run: |
pyinstaller --clean --noupx t2wml-service.spec
pyinstaller --clean --noupx t2wml-gevents.spec
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand All @@ -46,9 +46,9 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: backend/dist/t2wml-service.exe
asset_name: t2wml-service-${{ steps.get_version.outputs.VERSION }}.exe
file: backend/dist/t2wml-gevents.exe
asset_name: t2wml-causx-gevents-${{ steps.get_version.outputs.VERSION }}.exe
tag: ${{ github.ref }}
overwrite: true
body: "Windows Setup"
body: "Windows gevents Causx Backend"

0 comments on commit 1bad467

Please # to comment.