Skip to content

Commit

Permalink
Update BuildWin32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Oct 3, 2024
1 parent b9f57ed commit bc87396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildWin32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Publish x64 version
run: |
# Call the PowerShell script with x64 as the platform argument
pwsh -File "${{ github.workspace }}\Build Avalonia.Win32.ps1" -Platform "x64"
pwsh -File "${{ github.workspace }}\Build\Build Avalonia.Win32.ps1" -Platform "x64"
shell: pwsh

# Step 4 (x64): Upload the x64 zip file as an artifact
Expand Down

0 comments on commit bc87396

Please sign in to comment.