diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6d458e..57a9f37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ on: - develop jobs: msys2-mingw: + name: Publish Windows 64 runs-on: windows-latest defaults: run: @@ -41,7 +42,7 @@ jobs: omitPrereleaseDuringUpdate: true replacesArtifacts: true macos: - name: Build for mac + name: Publish macos runs-on: macos-latest steps: - name: Checkout -- libgit2 0.21.2