Skip to content

Create publish.yml

Create publish.yml #1

Workflow file for this run

name: Publish Autopilot Branding
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create Intune app
shell: cmd
run: MakeApp.cmd
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Intune app package
path: AutopilotBranding.intunewin