Skip to content

Commit

Permalink
[+] Encrypted DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 7, 2024
1 parent 2211e1c commit 98dcb3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added .github/workflows/DATA
Binary file not shown.
8 changes: 8 additions & 0 deletions .github/workflows/aquamai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ jobs:
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.2

- name: Install GPG
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install gnupg -y

- name: Decrypt DLL
run: gpg -d --passphrase ${{ secrets.DLL_PASSPHRASE }} -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA

- name: Build with MSBuild
run: msbuild.exe .\AquaMai.csproj

0 comments on commit 98dcb3f

Please sign in to comment.