Skip to content

Commit 70b897b

Browse files
authored
Merge pull request #29 from oxen-io/fix/ios-artifact-dir
Missed a path in the previous change
2 parents 6d27dbc + 4df982a commit 70b897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
name: session-ios
9494
path: |
95-
${{ github.workspace }}/ios/Session/Meta/Localizable.xcstrings
95+
${{ github.workspace }}/ios/Session/Meta/Translations/Localizable.xcstrings
9696
${{ github.workspace }}/ios/SessionUtilitiesKit/General/Constants.swift
9797
overwrite: true
9898
if-no-files-found: warn

0 commit comments

Comments
 (0)