Skip to content

action-autobuild@v3 now derives proper branch name. #14

action-autobuild@v3 now derives proper branch name.

action-autobuild@v3 now derives proper branch name. #14

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: secondlife/action-autobuild@v3
with:
platform: common
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: secondlife/action-autobuild-release@v1
with:
public: true