mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Update build action
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Build Cef .NET Application
|
- name: Build Cef .NET Application
|
||||||
run: dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
|
run: dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
|
||||||
- name: Upload Cef dotnet artifacts
|
- name: Upload Cef dotnet artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Cef-Release
|
name: Cef-Release
|
||||||
path: build/Cef
|
path: build/Cef
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Build Electron .NET Application
|
- name: Build Electron .NET Application
|
||||||
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
|
run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
|
||||||
- name: Upload Electron dotnet artifacts
|
- name: Upload Electron dotnet artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Electron-Release
|
name: Electron-Release
|
||||||
path: build/Electron
|
path: build/Electron
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Build Cef-html
|
- name: Build Cef-html
|
||||||
run: npm run prod
|
run: npm run prod
|
||||||
- name: Upload Cef-html artifacts
|
- name: Upload Cef-html artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Cef-html
|
name: Cef-html
|
||||||
path: build/html
|
path: build/html
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
run: npm run build-electron
|
run: npm run build-electron
|
||||||
- name: Upload Electron AppImage artifacts
|
- name: Upload Electron AppImage artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Electron-AppImage
|
name: Electron-AppImage
|
||||||
path: "build/VRCX_${{ needs.set_version.outputs.version }}.AppImage"
|
path: "build/VRCX_${{ needs.set_version.outputs.version }}.AppImage"
|
||||||
|
|||||||
Reference in New Issue
Block a user