From 9fc5aeec8a58ed142973560850473a04c7c9c3b3 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Mar 2024 19:01:55 -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 bbaddb2..11ef0ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -118,7 +118,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "macos-*.tar.xz" + artifacts: "*-pw3270-*.tar.*" allowUpdates: true draft: false makeLatest: true -- libgit2 0.21.2