Skip to content

Commit

Permalink
更新 build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jul 26, 2023
1 parent 4fcb3f1 commit cc0b864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
swiftc -target x86_64-apple-macos10.15 -o ocr-x86_64 main.swift
swiftc -target arm64-apple-macos11 -o ocr-arm64 main.swift
- name: Test
run: ./ocr-x86_64 $(pwd)/test.jpg

- name: Upload Binary
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cc0b864

Please sign in to comment.