mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 12:53:51 +02:00
Fix action
This commit is contained in:
6
.github/workflows/github_actions.yml
vendored
6
.github/workflows/github_actions.yml
vendored
@@ -38,6 +38,12 @@ jobs:
|
||||
- name: Build Cef .NET Application
|
||||
run: dotnet build Dotnet\VRCX-Cef.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
|
||||
|
||||
- name: Azure login
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||
- name: Sign Cef executables
|
||||
uses: azure/trusted-signing-action@v0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user