From abfd34c8a380ee5a3aa6287498905686b7f9173d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Mar 2024 21:47:12 -0300 Subject: [PATCH] Debugging publish action. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a57321f..6aa92e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -119,7 +119,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "*-pw3270-*.tar.*" + artifacts: "macos-pw3270.tar.xz" allowUpdates: true draft: false makeLatest: true -- libgit2 0.21.2