mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix actions
parent
98dcb3fbcb
commit
6209a0120b
|
@ -18,13 +18,9 @@ jobs:
|
||||||
- name: Setup MSBuild Path
|
- name: Setup MSBuild Path
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
- name: Install GPG
|
|
||||||
uses: crazy-max/ghaction-chocolatey@v3
|
|
||||||
with:
|
|
||||||
args: install gnupg -y
|
|
||||||
|
|
||||||
- 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
|
||||||
run: msbuild.exe .\AquaMai.csproj
|
run: msbuild.exe .\AquaMai.csproj
|
||||||
|
|
Loading…
Reference in New Issue