Skip to content

Fixed console DEBUG_BAUD setting #31

Fixed console DEBUG_BAUD setting

Fixed console DEBUG_BAUD setting #31

Workflow file for this run

name: Release
on:
push:
tags: [ '*' ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-12, macos-14, self-host]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
cache: 'maven'
- run: |
mvn --batch-mode -DskipTests package
- uses: softprops/action-gh-release@v2
with:
files: |
target/spin-tools*