|
|
|
|
@ -50,8 +50,8 @@ jobs:
|
|
|
|
|
- name: Git push assets to "release" branch
|
|
|
|
|
run: |
|
|
|
|
|
git init
|
|
|
|
|
git config --local user.name "actions"
|
|
|
|
|
git config --local user.email "action@github.com"
|
|
|
|
|
git config --local user.name "github-actions[bot]"
|
|
|
|
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
|
|
|
git checkout -b release
|
|
|
|
|
git add *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz
|
|
|
|
|
git commit -m "${{ env.RELEASE_NAME }}"
|
|
|
|
|
|