Skip to content

Commit 7924f91

Browse files
committed
Fix typo
1 parent 7818490 commit 7924f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Build for arm64
41-
run: swift build --disable-sandbox -c release --arch arm62
41+
run: swift build --disable-sandbox -c release --arch arm64
4242
- name: Build for x86_64
4343
run: swift build --disable-sandbox -c release --arch x86_64
4444
- uses: giginet/github-action-artifactbundle@v1

0 commit comments

Comments
 (0)