Skip to content

Commit 5de1f29

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ce2c1d5 + 2fc8ed0 commit 5de1f29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
goreleaser:
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -26,4 +26,4 @@ jobs:
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 }}

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)