Skip to content

Merge pull request #5 from secondlife/dependabot/github_actions/secon… #21

Merge pull request #5 from secondlife/dependabot/github_actions/secon…

Merge pull request #5 from secondlife/dependabot/github_actions/secon… #21

Workflow file for this run

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