From a6d497e497810f9e9dbbc46275cd5b2f54a038e6 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 28 Mar 2023 12:05:17 -0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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