Skip to content

Commit

Permalink
Fix GitHub workflow (Update swift.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhfcy authored Apr 21, 2024
1 parent 166a493 commit 37a2162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild -project Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Restart Helper" build
run: xcodebuild -project Asahi\ Restart\ Helper.xcodeproj/ -scheme "Asahi Restart Helper" build
- name: Run tests
run: xcodebuild -project Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Restart Helper" test
run: xcodebuild -project Asahi\ Restart\ Helper.xcodeproj/ -scheme "Asahi Restart Helper" test

0 comments on commit 37a2162

Please sign in to comment.