SR-Game/.forgejo/workflows/build.yaml
unurled e28304522c
Some checks failed
Build / build (push) Failing after 2m24s
Update .forgejo/workflows/build.yaml
2024-02-29 12:22:25 +00:00

21 lines
No EOL
492 B
YAML

name: Build
run-name: ${{ github.actor }} is building
on: [ push, pull_request ]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: build
run: |
chmod +x gradlew
./gradlew build
- uses: actions/upload-artifact@v4
with:
name: build
path: build/libs/