From d709c9894fc2bc4558adc3fd60a9a1e9b27dc54e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 30 Mar 2023 20:58:49 -0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b5f37f9..a099d41 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,6 @@ on: pull_request: branches: - master - schedule: - - cron: '30 13 1 2,4,6,8,10,12 *' jobs: msys2-mingw: name: Publish for Windows 64 @@ -29,7 +27,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "*.tar.xz" + artifacts: "*-lib3270.tar.xz" allowUpdates: true draft: false makeLatest: true -- libgit2 0.21.2