Skip to content

Commit

Permalink
ci: rename build and zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 16, 2024
1 parent 1dc3f5f commit 00985fc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,20 @@ jobs:
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
export PATH=$PATH:$(go env GOPATH)/bin
go env GOPATH
ls $(go env GOPATH)/bin
gomobile init
- name: Build Mihomo.xcframework
- name: Build MihomoKit.xcframework
run: |
go mod download
make
- name: Zip Mihomo.xcframework
- name: Zip MihomoKit.xcframework
run: |
zip -r Mihomo.xcframework.zip Mihomo.xcframework
zip -r MihomoKit.xcframework.zip target/MihomoKit.xcframework
- name: Upload to Artifact
uses: actions/upload-artifact@v4
with:
name: Mihomo.xcframework
path: Mihomo.xcframework.zip
name: MihomoKit.xcframework
path: MihomoKit.xcframework.zip

0 comments on commit 00985fc

Please sign in to comment.