Skip to content

Engage action-autobuild which-branch branch. #3

Engage action-autobuild which-branch branch.

Engage action-autobuild which-branch branch. #3

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-11, ubuntu-22.04]
continue-on-error: false
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@which-branch
with:
addrsize: "64"
token: ${{ github.token }}
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: secondlife/action-autobuild-release@v1
with:
public: true