Skip to content

Commit

Permalink
build gcsim.exe as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Nov 27, 2023
1 parent 5c320ad commit ce9a7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-gcsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ jobs:
run: |
pushd gcsim/cmd/gcsim
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gcsim
GOOS=windows GOARCH=amd64 go build -o gcsim.exe
popd
# Package the binary in a Python package structure
- name: Package Binary
run: |
mkdir -p gcsim_pypi/bin
cp gcsim/cmd/gcsim/gcsim gcsim_pypi/bin/
cp gcsim/cmd/gcsim/gcsim.exe gcsim_pypi/bin/
# Set up Python and dependencies for PyPI upload
- name: Set up Python
Expand Down

0 comments on commit ce9a7ed

Please sign in to comment.