Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #9

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #9

Workflow file for this run

name: Build Windows exe and installer
on:
workflow_dispatch:
pull_request:
branches: ["main"]
# push:
jobs:
build-exe:
uses: ./.github/workflows/build-exe.yml
name: Build Windows exe
build-installer:
name: Build Windows installer
needs: build-exe
uses: ./.github/workflows/build-installer.yml