This commit is contained in:
2025-10-25 12:56:37 +02:00
parent 28f6921788
commit 55bd4bc9d3
3 changed files with 27 additions and 0 deletions

6
steamwarci.yml Normal file
View File

@ -0,0 +1,6 @@
build:
- "./gradlew installDist --no-daemon"
release:
- "rm -r /jars/sw"
- "cp -r build/install/sw /jars"