Skip to content

Build and Release

Build and Release #2

Workflow file for this run

name: Build and Release
on:
release:
types: [published]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build .unitypackage
run: python3 .github/scripts/build_unitypackage.py
env:
UNITYPACKAGE_ASSETS_PREFIX: Assets/Project Pin Board
- name: Upload to Release
uses: softprops/action-gh-release@v2
with:
files: ProjectPinBoard.unitypackage