mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Action Cleanup
This commit is contained in:
@@ -64,6 +64,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Electron-Release-Linux-x64
|
name: Electron-Release-Linux-x64
|
||||||
path: build/Electron
|
path: build/Electron
|
||||||
|
- name: Cleanup
|
||||||
|
run: |
|
||||||
|
rm -R build/Electron
|
||||||
- name: Build Electron arm64 .NET Application
|
- 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 --self-contained
|
||||||
- name: Upload Electron arm64 dotnet artifacts
|
- name: Upload Electron arm64 dotnet artifacts
|
||||||
@@ -92,6 +95,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Electron-Release-macOS-x64
|
name: Electron-Release-macOS-x64
|
||||||
path: build/Electron
|
path: build/Electron
|
||||||
|
- name: Cleanup
|
||||||
|
run: |
|
||||||
|
rm -R build/Electron
|
||||||
- name: Build Electron arm64 .NET Application
|
- 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 --self-contained
|
||||||
- name: Upload Electron arm64 dotnet artifacts
|
- name: Upload Electron arm64 dotnet artifacts
|
||||||
@@ -182,6 +188,10 @@ jobs:
|
|||||||
name: Electron-MacDmg-x64
|
name: Electron-MacDmg-x64
|
||||||
path: 'build/VRCX_${{ needs.set_version.outputs.version }}_x64.dmg'
|
path: 'build/VRCX_${{ needs.set_version.outputs.version }}_x64.dmg'
|
||||||
|
|
||||||
|
- name: Cleanup
|
||||||
|
run: |
|
||||||
|
rm -R build/Electron
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: npm ci --arch=arm64
|
run: npm ci --arch=arm64
|
||||||
- name: Build Electron-html
|
- name: Build Electron-html
|
||||||
|
|||||||
Reference in New Issue
Block a user