From 444fc3de963adcd972a5d1c5e981ebe9f08d7a08 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 26 Mar 2023 10:02:58 -0300 Subject: [PATCH] Debugging publish action. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f661106..8a8ee89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: - uses: oprypin/find-latest-tag@v1 id: gettag with: - repository: PerryWerneck/lib3270 + repository: PerryWerneck/libv3270 releases-only: true - name: Install Pre reqs run: | @@ -58,7 +58,7 @@ jobs: brew upgrade - uses: robinraju/release-downloader@v1.7 with: - repository: "PerryWerneck/libv3270" + repository: "PerryWerneck/lib3270" latest: true fileName: "macos-lib3270.tar.xz" - name: build -- libgit2 0.21.2