Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Apr 24, 2024
1 parent 61fad94 commit 45f4031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
goos: [linux, darwin, windows]
goarch: [amd64, arm64]


steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create Release
uses: softprops/action-gh-release@v2
- name: Release Go Binary
uses: wangyoucao577/go-release-action@v1
with:
Expand Down

0 comments on commit 45f4031

Please sign in to comment.