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 +6,7 @@ on:
6 - develop 6 - develop
7 jobs: 7 jobs:
8 msys2-mingw: 8 msys2-mingw:
  9 + name: Publish Windows 64
9 runs-on: windows-latest 10 runs-on: windows-latest
10 defaults: 11 defaults:
11 run: 12 run:
@@ -41,7 +42,7 @@ jobs: @@ -41,7 +42,7 @@ jobs:
41 omitPrereleaseDuringUpdate: true 42 omitPrereleaseDuringUpdate: true
42 replacesArtifacts: true 43 replacesArtifacts: true
43 macos: 44 macos:
44 - name: Build for mac 45 + name: Publish macos
45 runs-on: macos-latest 46 runs-on: macos-latest
46 steps: 47 steps:
47 - name: Checkout 48 - name: Checkout