File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,14 @@ jobs:
86
86
python "${{ github.workspace }}/scripts/crowdin/generate_ios_strings.py" \
87
87
"${{ github.workspace }}/raw_translations" \
88
88
"${{ 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"
91
90
- name : Upload iOS artefacts
92
91
uses : actions/upload-artifact@v4
93
92
with :
94
93
name : session-ios
95
94
path : |
96
95
${{ github.workspace }}/ios/Session/Meta/Translations/Localizable.xcstrings
97
96
${{ github.workspace }}/ios/SessionUIKit/Style Guide/Constants.swift
98
- ${{ github.workspace }}/ios/SessionNotificationServiceExtension/NSEConstants.swift
99
97
overwrite : true
100
98
if-no-files-found : warn
101
99
retention-days : 7
You can’t perform that action at this time.
0 commit comments