forked from Cookies_Github_mirror/AquaDX
[-] Delete unused files
This commit is contained in:
BIN
.github/workflows/DATA
vendored
BIN
.github/workflows/DATA
vendored
Binary file not shown.
26
.github/workflows/aquamai.yml
vendored
26
.github/workflows/aquamai.yml
vendored
@@ -1,26 +0,0 @@
|
||||
name: AquaMai Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
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
|
||||
|
||||
- name: Decrypt DLL
|
||||
run: gpg -d --batch --passphrase "${{ secrets.DLL_PASSPHRASE }}" -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
|
||||
|
||||
|
||||
- name: Build with MSBuild
|
||||
run: msbuild.exe .\AquaMai.csproj
|
||||
Reference in New Issue
Block a user