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 6b2c045 commit 6b1a151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build Go shared library
run: |
cd desktop
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -buildmode=c-shared -o liblantern.dylib lib.go
GOOS=windows GOARCH=amd64 go build -buildmode=c-shared -o liblantern.dylib lib.go
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The desktop app lives under `desktop` .. To build the Go shared library:

```
cd desktop
CGO_ENABLED=1 GOARCH=arm64 go build -buildmode=c-shared -o liblantern.dylib lib.go
GOARCH=arm64 go build -buildmode=c-shared -o liblantern.dylib lib.go
```

Then to run the Flutter app on macOS:
Expand Down

0 comments on commit 6b1a151

Please sign in to comment.