[F] Fix actions

pull/6/head
Azalea 2024-02-07 01:44:06 -05:00
parent 98dcb3fbcb
commit 6209a0120b
1 changed files with 1 additions and 5 deletions

View File

@ -18,13 +18,9 @@ jobs:
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.2
- name: Install GPG
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install gnupg -y
- name: Decrypt DLL
run: gpg -d --passphrase ${{ secrets.DLL_PASSPHRASE }} -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
- name: Build with MSBuild
run: msbuild.exe .\AquaMai.csproj