mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix actions
parent
57214aadfc
commit
81f05528d8
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
- name: Decrypt DLL
|
- 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
|
- name: Build with MSBuild
|
||||||
|
|
Loading…
Reference in New Issue