Skip to content

Commit

Permalink
Update BuildMacOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Dec 25, 2024
1 parent 0e6b8bb commit 781bbd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Step 4: Build arm64 version
- name: Build arm64 version
run: |
pwsh -File "${{ github.workspace }}/Build/Build\ Avalonia.MacOS\ arm64.ps1" `
pwsh -File "${{ github.workspace }}/Build/Build Avalonia.MacOS.ps1" `
-Platform "arm64" `
-outputPath "${{ github.workspace }}/Build/PicView-v${{steps.get-version.outputs.version}}-osx-arm64"
shell: pwsh
Expand All @@ -47,7 +47,7 @@ jobs:
# Step 6: Build x64 version
- name: Build x64 version
run: |
pwsh -File "${{ github.workspace }}/Build/Build\ Avalonia.MacOS\ arm64.ps1" `
pwsh -File "${{ github.workspace }}/Build/Build Avalonia.MacOS.ps1" `
-Platform "x64" `
-outputPath "${{ github.workspace }}/Build/PicView-v${{steps.get-version.outputs.version}}-osx-x64"
shell: pwsh
Expand All @@ -58,4 +58,4 @@ jobs:
with:
name: PicView-v${{steps.get-version.outputs.version}}-macOS-x64
path: ${{ github.workspace }}/Build/PicView-v${{steps.get-version.outputs.version}}-osx-x64/
retention-days: 14
retention-days: 14

0 comments on commit 781bbd6

Please sign in to comment.