From dac0394480d4cb7d16ca41b28c0260104fdf531e Mon Sep 17 00:00:00 2001 From: nhh Date: Sun, 22 Sep 2024 13:14:59 +0200 Subject: [PATCH] Use different release workflow --- .github/workflows/go.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 408e2be..81d702f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -76,10 +76,8 @@ jobs: # Downloads all artifacts: - name: Download a single artifact uses: actions/download-artifact@v4 - - name: DEBUG - run: ls - name: Create github release - uses: softprops/action-gh-release@v2 + uses: ncipollo/release-action@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: k8x-windows-x86_64.exe,k8x-linux-x86_64,k8x-darwin-x86_64 + artifacts: "./*/k8x-*"