Skip to content

Bump actions/upload-artifact from 3 to 4 #289

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #289

Workflow file for this run

name: CI External
on:
workflow_dispatch: # Allow manual triggers
pull_request:
jobs:
build-external:
name: External Build
uses: ./.github/workflows/build.yml
with:
flavour: ${{ matrix.flavour }}
strategy:
fail-fast: false
matrix:
flavour: [
assembleNoapiArm64GeckoGeneric,
assembleNoapiX64GeckoGeneric,
]
secrets: inherit