AquaDX/.github/workflows/aquamai.yml

27 lines
519 B
YAML
Raw Normal View History

2024-02-07 14:17:02 +08:00
name: AquaMai Build
on:
push:
2024-02-07 14:17:54 +08:00
branches: [ master ]
2024-02-07 14:17:02 +08:00
jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./AquaMai
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.2
2024-02-07 14:36:06 +08:00
- name: Decrypt DLL
2024-02-07 15:00:14 +08:00
run: gpg -d --batch --passphrase "${{ secrets.DLL_PASSPHRASE }}" -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
2024-02-07 14:44:06 +08:00
2024-02-07 14:36:06 +08:00
2024-02-07 14:17:02 +08:00
- name: Build with MSBuild
run: msbuild.exe .\AquaMai.csproj