Skip to content

Commit

Permalink
Update Windows SDK version in Compress-Archive path
Browse files Browse the repository at this point in the history
Updated the path in the Compress-Archive command within the
main.yml file to use Windows SDK version 10.0.26100.0 for the
net8.0 build. This ensures the correct files are archived
based on the updated SDK version.
  • Loading branch information
BoiHanny committed Nov 30, 2024
1 parent c6fdfbc commit cf978f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Create Zip File
run: |
Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net8.0-windows10.0.22000.0/* -DestinationPath "MagicChatbox-${{ env.VERSION }}.zip"
Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net8.0-windows10.0.26100.0/* -DestinationPath "MagicChatbox-${{ env.VERSION }}.zip"
- name: Upload and Scan with VirusTotal
id: virustotal_scan
Expand Down

0 comments on commit cf978f5

Please sign in to comment.