We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f25e commit 12059daCopy full SHA for 12059da
.github/workflows/generate-qm.yml
@@ -37,17 +37,17 @@ jobs:
37
done
38
fi
39
40
+ - name: Upload Translations
41
+ uses: actions/upload-artifact@main
42
+ with:
43
+ name: RPCS3-languages
44
+ path: qm/
45
+ compression-level: 1
46
+
47
- name: Commit and push .qm files
48
run: |
49
git config --global user.name "github-actions[bot]"
50
git config --global user.email "github-actions[bot]@users.noreply.github.com"
51
git add qm/
52
git commit -m "Automatically generated .qm files from .ts files"
- git push
-
- - name: Upload Translations
- uses: actions/upload-artifact@main
- with:
- name: RPCS3-languages
- path: qm/
53
- compression-level: 1
+ git push
0 commit comments