diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 408e2be..1f62e9d 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-*"