Commit 46eee001e3e4c2593fa505b7fffcdc67b03ebda7
Committed by
GitHub
1 parent
fe612cf2
Exists in
develop
Update publish.yml
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.github/workflows/publish.yml
... | ... | @@ -7,6 +7,7 @@ on: |
7 | 7 | - cron: '30 13 1 2,4,6,8,10,12 *' |
8 | 8 | jobs: |
9 | 9 | msys2-mingw: |
10 | + name: Publish for Windows 64 | |
10 | 11 | runs-on: windows-latest |
11 | 12 | defaults: |
12 | 13 | run: |
... | ... | @@ -36,7 +37,7 @@ jobs: |
36 | 37 | omitPrereleaseDuringUpdate: true |
37 | 38 | replacesArtifacts: true |
38 | 39 | macos: |
39 | - name: Build for mac | |
40 | + name: Publish for macos | |
40 | 41 | runs-on: macos-latest |
41 | 42 | steps: |
42 | 43 | - name: Checkout | ... | ... |