File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 goreleaser :
10- runs-on : windows -latest
10+ runs-on : ubuntu -latest
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
2626 version : v2.9.0
2727 args : release --clean --config=.goreleaser.yml
2828 env :
29- GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
29+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ builds:
1616 ignore :
1717 - goos : windows
1818 goarch : 386
19- main : ./main.go
19+ main : .
2020 binary : clearance.exe
2121 dir : .
2222
@@ -65,4 +65,4 @@ release:
6565
6666 ## Support
6767
68- If you need help, please visit [anophel.com/en/contact-us](https://anophel.com/en/contact-us)
68+ If you need help, please visit [anophel.com/en/contact-us](https://anophel.com/en/contact-us)
You can’t perform that action at this time.
0 commit comments