Skip to content

Commit

Permalink
ci: Fix Package Name
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Jul 27, 2024
1 parent c51ecd2 commit 3cb5068
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Install cargo-swift
run: cargo install cargo-swift
- name: Build Swift Package
run: cargo swift package -p macos -p ios -n TypstSwiftLibrary
- name: List all files
run: ls -al
run: cargo swift package -p macos -p ios -n TypstLibrarySwift
- name: Publish Swift Package
uses: LarchLiu/actions-save-files@v1
with:
Expand Down

0 comments on commit 3cb5068

Please sign in to comment.