Skip to content

Commit

Permalink
git add path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Nov 23, 2024
1 parent aaaec56 commit 15e34bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
INPUT_FOLDER: "./shared/presentation/src/commonMain/composeResources/values"

- name: Add common strings.xml to Git
run: git add shared/presentation/src/commonMain/composeResources/values/*
run: git add shared/presentation/src/commonMain/composeResources/values*

- name: Commit files
run: |
Expand Down

0 comments on commit 15e34bd

Please sign in to comment.