Skip to content

Merge pull request #15 from tildejustin/main #56

Merge pull request #15 from tildejustin/main

Merge pull request #15 from tildejustin/main #56

Workflow file for this run

name: build
on:
push:
# ignores tags
branches:
- "**"
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: validate gradle wrapper
uses: gradle/actions/wrapper-validation@v4
- name: build
run: |
chmod +x ./gradlew
./gradlew build
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
path: build/libs/