Skip to content

secondlife/action-autobuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

702128b · Nov 19, 2024

History

74 Commits
Apr 8, 2024
Sep 15, 2022
Sep 16, 2022
Sep 16, 2022
Mar 24, 2023
Nov 19, 2024
Sep 29, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022

Repository files navigation

action-autobuild

Build and package an autobuild project.

Example:

name: Build

on:
  pull_request:
  tag:
    branches: [main]
    tags: [v*]

jobs:
  build:
    strategy:
      matrix:
        os: [windows-2019, macos-11, ubuntu-latest]
    runs-on: ${{ matrix.os }}
    steps:
      - uses: secondlife/action-autobuild@v3
        with:
          autobuild-version: 3.9.0 # PyPI version or git ref

For a full list of available action inputs see action.yaml.