Skip to content

Kill and death and murder with big bazooker #725

Kill and death and murder with big bazooker

Kill and death and murder with big bazooker #725

Workflow file for this run

name: Commit Testing
on: [push]
jobs:
buildJar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up PATH
run: |
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Build mod jar
run: ./gradlew deploy
- name: Upload built jar file
uses: actions/upload-artifact@v3
with:
name: ProgMin (zipped)
path: build/libs/${{ github.event.repository.name }}.jar