Skip to content

Commit

Permalink
🔄 Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sech1p authored Nov 22, 2023
1 parent cdb57ad commit 51f799c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,22 @@ jobs:
with:
fetch-depth: 0

- name: Build Release 🛠 (macOS)
uses: wangyoucao577/go-release-action@v1.25
- name: Build Release 🛠 (Windows)
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goos: windows
goarch: amd64
goversion: "https://dl.google.com/go/go1.18.linux-amd64.tar.gz"
project_path: "./src"
env:
CGO_ENABLED: 1
- name: Build Release 🛠 (Windows)
uses: wangyoucao577/go-release-action@v1.25

- name: Build Release 🛠 (macOS)
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: windows
goos: darwin
goarch: amd64
goversion: "https://dl.google.com/go/go1.18.linux-amd64.tar.gz"
project_path: "./src"
env:
CGO_ENABLED: 1

0 comments on commit 51f799c

Please sign in to comment.