Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtniehaus authored Dec 27, 2024
1 parent f7a7041 commit 51f11b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:

- name: Create Intune app
shell: cmd
run: MakeApp.cmd
run: |
MakeApp.cmd
mkdir Build
copy AutopilotBranding.intunewin Build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Intune app package
name: AutopilotBranding
path: AutopilotBranding.intunewin

0 comments on commit 51f11b5

Please sign in to comment.