Skip to content

Commit 5238025

Browse files
authored
More workflow
1 parent 043d692 commit 5238025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-release
33
on: release
44

55
jobs:
6-
build-release-Windows:
6+
Windows:
77
name: Build and upload binaries for Swish
88
runs-on: windows-latest
99
steps:
@@ -24,7 +24,7 @@ jobs:
2424
pip install -r requirements-dev.txt
2525
pip install -r requirements.txt
2626
27-
- name: Build swish
27+
- name: Build swish
2828
run: |
2929
python build.py --no-deps
3030

0 commit comments

Comments
 (0)