Skip to content

Commit

Permalink
Update desktop release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 30, 2023
1 parent 6b1a151 commit 0c5bcbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
- name: Build Go shared library
run: |
cd desktop
GOOS=windows GOARCH=amd64 go build -buildmode=c-shared -o liblantern.dylib lib.go
GOOS=windows GOARCH=amd64 go build -buildmode=c-shared -o desktop/liblantern.dylib desktop/lib.go
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c5bcbe

Please sign in to comment.