Skip to content

Bumped up version to 2.9.0-rc1 #1

Bumped up version to 2.9.0-rc1

Bumped up version to 2.9.0-rc1 #1

Workflow file for this run

name: Build windows
on:
push:
workflow_dispatch:
inputs:
create_pdb:
description: 'Zip pdbs'
default: false
type: boolean
create_installer:
description: 'Create installer'
default: false
type: boolean
jobs:
build_win:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_windows.yml@master

Check failure on line 18 in .github/workflows/build_windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_windows.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_windows.yml" -> "Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_windows.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
actions_branch: master
create_pdb: ${{ inputs.create_pdb || false }}
create_installer: ${{ inputs.create_installer || false }}