Update publish.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
mkdir Build | |
copy AutopilotBranding.intunewin Build | |
- name: Upload build artifacts | |
uses: actions/upload-artifact@v4 | |
with: | |
name: AutopilotBranding | |
path: AutopilotBranding.intunewin |