Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nhh committed Sep 22, 2024
1 parent 4d30b60 commit 47ff4ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./k8x
- name: Create github release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: artifact.zip

0 comments on commit 47ff4ac

Please sign in to comment.