[F] Fix actions

pull/6/head
Azalea 2024-02-07 01:46:45 -05:00
parent 57214aadfc
commit 81f05528d8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Decrypt DLL
run: gpg -d --passphrase "${{ secrets.DLL_PASSPHRASE }}"" -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
run: gpg -d --passphrase "${{ secrets.DLL_PASSPHRASE }}" -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
- name: Build with MSBuild