Skip to content

Commit

Permalink
Use different release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nhh committed Sep 22, 2024
1 parent 3612370 commit f6a9723
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*"

0 comments on commit f6a9723

Please sign in to comment.