mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
try this
This commit is contained in:
parent
15b38805f7
commit
8c8c9aa9fd
8
.github/workflows/compile-clients.yml
vendored
8
.github/workflows/compile-clients.yml
vendored
@ -2,7 +2,7 @@ name: Build and compile clients
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -43,7 +43,13 @@ jobs:
|
|||||||
cp ${{ runner.temp }}/shadow/javascript/classes.js.map ./public/game/web/clients/shadow/classes.js.map
|
cp ${{ runner.temp }}/shadow/javascript/classes.js.map ./public/game/web/clients/shadow/classes.js.map
|
||||||
cp ${{ runner.temp }}/shadow/javascript/Shadow_Client_International.html ./public/game/offline/clients/Shadow_Client.html
|
cp ${{ runner.temp }}/shadow/javascript/Shadow_Client_International.html ./public/game/offline/clients/Shadow_Client.html
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
|
id: git-auto-commit-action
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 'github-actions: build and compile clients'
|
commit_message: 'github-actions: build and compile clients'
|
||||||
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
|
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
|
||||||
|
- name: Merge back with 'dev' branch
|
||||||
|
run: |
|
||||||
|
git checkout dev
|
||||||
|
git merge --no-ff ${{ steps.git-auto-commit-action.outputs.commit_hash }}
|
||||||
|
git push origin dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user