Skip to content

Commit 2b6541b

Browse files
authored
Merge pull request #12 from session-foundation/fix/remove-additional-file
Additional constants file isn't actually needed - removing it
2 parents 7ef27cc + df85fa3 commit 2b6541b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,14 @@ jobs:
8686
python "${{ github.workspace }}/scripts/crowdin/generate_ios_strings.py" \
8787
"${{ github.workspace }}/raw_translations" \
8888
"${{ github.workspace }}/ios/Session/Meta/Translations" \
89-
"${{ github.workspace }}/ios/SessionUIKit/Style Guide/Constants.swift" \
90-
"${{ github.workspace }}/ios/SessionNotificationServiceExtension/NSEConstants.swift"
89+
"${{ github.workspace }}/ios/SessionUIKit/Style Guide/Constants.swift"
9190
- name: Upload iOS artefacts
9291
uses: actions/upload-artifact@v4
9392
with:
9493
name: session-ios
9594
path: |
9695
${{ github.workspace }}/ios/Session/Meta/Translations/Localizable.xcstrings
9796
${{ github.workspace }}/ios/SessionUIKit/Style Guide/Constants.swift
98-
${{ github.workspace }}/ios/SessionNotificationServiceExtension/NSEConstants.swift
9997
overwrite: true
10098
if-no-files-found: warn
10199
retention-days: 7

0 commit comments

Comments
 (0)