Skip to content

Merge pull request #285 from b123400/fix-284 #16

Merge pull request #285 from b123400/fix-284

Merge pull request #285 from b123400/fix-284 #16

Workflow file for this run

name: Build
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '17'
- run: |
cd java
make jar
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: |
java/server/target/universal/yopenedi-1.0-SNAPSHOT.zip