File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,12 @@ jobs:
1616 rm -r .*
1717 zip -r Help.zip ./
1818
19- - name : Upload a Build Artifact
20- uses : actions/upload-artifact@v4
21- with :
22- name : Help
23- path : Help.zip
24-
2519 - uses : actions/checkout@v5
2620 with :
2721 repository : PCL-Community/PCL2-CE
2822 token : ${{ secrets.UPDATE_PAT_TOKEN }}
2923 path : PCL2-CE
3024
31- - run : |
32- cd PCL2-CE
33- ls -R
34-
3525 - name : Import GPG key
3626 uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
3727 with :
4333
4434 - name : Update Help.zip
4535 run : |
46- ls ../
4736 cd PCL2-CE
37+ cp ../Help.zip "Plain Craft Launcher 2/Resources"
4838 git config user.name "PCL-Community-Bot"
4939 git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
5040 git commit -S -a -m "chore: update Help.zip to PCL-Community/PCLCEHelp@${{ github.sha }}"
51- # git push origin dev
41+ git push origin dev
You can’t perform that action at this time.
0 commit comments