Skip to content

Commit e6101d6

Browse files
Limit sed command to sources directory (#871)
1 parent 031e25b commit e6101d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/genesis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: xcodegen
3636
- name: Remove @MainActor
3737
working-directory: ${{ steps.mktemp.outputs.directory }}
38-
run: find . -type f -name "*.swift" -exec sed -i '' '/@MainActor/,+0d' {} \;
38+
run: find "Tinder/Sources" -type f -name "*.swift" -exec sed -i '' '/@MainActor/,+0d' {} \;
3939
- name: Download swiftlint binary
4040
working-directory: ${{ steps.mktemp.outputs.directory }}
4141
run: swift package resolve

0 commit comments

Comments
 (0)