Skip to content

Merge pull request #4 from secondlife/dependabot/github_actions/secon… #18

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

Merge pull request #4 from secondlife/dependabot/github_actions/secon… #18

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@v2
with:
public: true