Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbq committed Sep 30, 2021
1 parent 1bad467 commit ccec4ff
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 gevents Backend
name: Create Windows gevent Backend
on:
push:
tags:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
windows:
name: Create the Windows gevents Backend
name: Create the Windows gevent 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-gevents.spec
pyinstaller --clean --noupx t2wml-gevent.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-gevents.exe
asset_name: t2wml-causx-gevents-${{ steps.get_version.outputs.VERSION }}.exe
file: backend/dist/t2wml-gevent.exe
asset_name: t2wml-causx-gevent-${{ steps.get_version.outputs.VERSION }}.exe
tag: ${{ github.ref }}
overwrite: true
body: "Windows gevents Causx Backend"
body: "Windows gevent Causx Backend"

0 comments on commit ccec4ff

Please sign in to comment.