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:
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
You can’t perform that action at this time.
0 commit comments