Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 21, 2025
1 parent c434a5c commit a245279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
./set_new_version ${{ github.ref_name }}
./set_new_version.sh ${{ github.ref_name }}
go get ./...
go get github.com/ebitengine/purego
make build
Expand Down

0 comments on commit a245279

Please sign in to comment.