Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-jiajia authored Aug 3, 2024
1 parent 9275ae9 commit 7b20eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build linux
run: |
go build -ldflags '-linkmode "external" -extldflags "-static"'
go build
mv easysso_example easysso_example_linux
- name: Upload a Build Artifact
Expand All @@ -44,8 +44,7 @@ jobs:

- name: Build win
run: |
go build
Rename-Item -Path "./easysso_example.exe" -NewName "easysso_example.exe"
go build -o "easysso_example.exe"
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 7b20eae

Please sign in to comment.