Commit a6d497e497810f9e9dbbc46275cd5b2f54a038e6

Authored by Perry Werneck
Committed by GitHub
1 parent 381273c7
Exists in develop

Update publish.yml

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -6,6 +6,7 @@ on:
6 6 - develop
7 7 jobs:
8 8 msys2-mingw:
  9 + name: Publish Windows 64
9 10 runs-on: windows-latest
10 11 defaults:
11 12 run:
... ... @@ -41,7 +42,7 @@ jobs:
41 42 omitPrereleaseDuringUpdate: true
42 43 replacesArtifacts: true
43 44 macos:
44   - name: Build for mac
  45 + name: Publish macos
45 46 runs-on: macos-latest
46 47 steps:
47 48 - name: Checkout
... ...