Skip to content

Merge pull request #255 from b123400/fix-253 #2

Merge pull request #255 from b123400/fix-253

Merge pull request #255 from b123400/fix-253 #2

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