mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-05 18:30:22 -08:00
What a horrible waste of time
This commit is contained in:
parent
0218e2ed2d
commit
60d3a51ebc
4 changed files with 4 additions and 21 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
|
@ -17,8 +17,6 @@ jobs:
|
|||
java-version: 17
|
||||
- name: Set env
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Publish package
|
||||
run: ./gradlew clean publish -PpackageVersion=${RELEASE_VERSION}
|
||||
- name: Add Arc release
|
||||
run: |
|
||||
git clone --depth=1 --branch=master https://github.com/Anuken/Arc ../Arc
|
||||
|
|
|
|||
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -33,9 +33,5 @@ jobs:
|
|||
git commit -m "Automatic bundle update"
|
||||
git push
|
||||
fi
|
||||
- name: Publish package
|
||||
run: ./gradlew clean publish -PpackageVersion=${GITHUB_SHA}
|
||||
env:
|
||||
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||
- name: Run unit tests
|
||||
run: ./gradlew clean cleanTest test --stacktrace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue