arm64 pls pls

This commit is contained in:
Natsumi
2025-09-04 21:13:14 +12:00
parent 40519a400d
commit 64811765ea
2 changed files with 10 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ jobs:
echo "${{ needs.set_version.outputs.version }}" > Version
cat Version
- name: Build Electron x64 .NET Application
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:PlatformTarget=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a x64 --self-contained
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:PlatformTarget=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a x64
- name: Upload Electron x64 dotnet artifacts
uses: actions/upload-artifact@v4
with:
@@ -68,7 +68,7 @@ jobs:
run: |
rm -R build/Electron
- name: Build Electron arm64 .NET Application
run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained
run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64
- name: Upload Electron arm64 dotnet artifacts
uses: actions/upload-artifact@v4
with:
@@ -89,7 +89,7 @@ jobs:
echo "${{ needs.set_version.outputs.version }}" > Version
cat Version
- name: Build Electron x64 .NET Application
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:PlatformTarget=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a x64 --self-contained
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:PlatformTarget=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a x64
- name: Upload Electron x64 .NET artifacts
uses: actions/upload-artifact@v4
with:
@@ -99,7 +99,7 @@ jobs:
run: |
rm -R build/Electron
- name: Build Electron arm64 .NET Application
run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained
run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64
- name: Upload Electron arm64 dotnet artifacts
uses: actions/upload-artifact@v4
with: