Skip to content

Commit

Permalink
- workflows/pull-transifex.yml: add cleanup and remove trailing "/" f…
Browse files Browse the repository at this point in the history
…rom folders
  • Loading branch information
felix-schwarz committed Dec 5, 2024
1 parent 139d332 commit 5ba6a48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull-transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,17 @@ jobs:
- name: Verify Swift installation
run: swift -v

- name: Show Swift file
run: cat tools/normalizestrings/main.swift

- name: Compile Swift file
run: swiftc tools/normalizestrings/main.swift -o ocstringstool

- name: Run compiled Swift program
run: ./ocstringstool normalize "ownCloud/Resources/" "ownCloud Action Extension/" "ownCloud File Provider/" "ownCloud Share Extension/" "ownCloudAppFramework/Resources/"
run: ./ocstringstool normalize "ownCloud/Resources" "ownCloud Action Extension" "ownCloud File Provider" "ownCloud Share Extension"" "ownCloudAppFramework/Resources"

- name: Cleanup download and ocstringstool
run: rm swift-5.3-RELEASE-ubuntu20.04.tar.gz ocstringstool

- uses: GuillaumeFalourd/[email protected]
with:
Expand Down

0 comments on commit 5ba6a48

Please sign in to comment.