mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 12:38:05 +07:00
Update deployment.yml
This commit is contained in:
parent
9efb1824af
commit
1a8c4d8d8a
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Add Arc release
|
||||
run: |
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "Github Actions"
|
||||
git clone --depth=1 --branch=master https://github.com/Anuken/Arc ../Arc
|
||||
cd ../Arc
|
||||
git tag ${RELEASE_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user