Skip to content

Commit 12059da

Browse files
FlexBy420AniLeo
authored andcommitted
change order of upload and commit
1 parent e27f25e commit 12059da

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/workflows/generate-qm.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ jobs:
3737
done
3838
fi
3939
40+
- name: Upload Translations
41+
uses: actions/upload-artifact@main
42+
with:
43+
name: RPCS3-languages
44+
path: qm/
45+
compression-level: 1
46+
4047
- name: Commit and push .qm files
4148
run: |
4249
git config --global user.name "github-actions[bot]"
4350
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4451
git add qm/
4552
git commit -m "Automatically generated .qm files from .ts files"
46-
git push
47-
48-
- name: Upload Translations
49-
uses: actions/upload-artifact@main
50-
with:
51-
name: RPCS3-languages
52-
path: qm/
53-
compression-level: 1
53+
git push

0 commit comments

Comments
 (0)