Skip to content

autobuild for the aur #9

autobuild for the aur

autobuild for the aur #9

Workflow file for this run

name: Build Jar!
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
- name: Build
run: ./build.sh
- name: Push Jar!
uses: EndBug/add-and-commit@v9
with:
author_name: Allan Niles
author_email: [email protected]