[F] Fix actions

pull/6/head
Azalea 2024-02-07 01:45:15 -05:00
parent 6209a0120b
commit 57214aadfc
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