Commit 46eee001e3e4c2593fa505b7fffcdc67b03ebda7

Authored by Perry Werneck
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,6 +7,7 @@ on:
7 - cron: '30 13 1 2,4,6,8,10,12 *' 7 - cron: '30 13 1 2,4,6,8,10,12 *'
8 jobs: 8 jobs:
9 msys2-mingw: 9 msys2-mingw:
  10 + name: Publish for Windows 64
10 runs-on: windows-latest 11 runs-on: windows-latest
11 defaults: 12 defaults:
12 run: 13 run:
@@ -36,7 +37,7 @@ jobs: @@ -36,7 +37,7 @@ jobs:
36 omitPrereleaseDuringUpdate: true 37 omitPrereleaseDuringUpdate: true
37 replacesArtifacts: true 38 replacesArtifacts: true
38 macos: 39 macos:
39 - name: Build for mac 40 + name: Publish for macos
40 runs-on: macos-latest 41 runs-on: macos-latest
41 steps: 42 steps:
42 - name: Checkout 43 - name: Checkout