diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1f2b7bc..b5f37f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,7 @@ on: - cron: '30 13 1 2,4,6,8,10,12 *' jobs: msys2-mingw: + name: Publish for Windows 64 runs-on: windows-latest defaults: run: @@ -36,7 +37,7 @@ jobs: omitPrereleaseDuringUpdate: true replacesArtifacts: true macos: - name: Build for mac + name: Publish for macos runs-on: macos-latest steps: - name: Checkout -- libgit2 0.21.2