mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 18:07:26 +08:00
[F] Fix actions
This commit is contained in:
2
.github/workflows/aquamai.yml
vendored
2
.github/workflows/aquamai.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user