From 1eff6b4eea01ca8083ca4074bb54e5d37e4616f5 Mon Sep 17 00:00:00 2001 From: a1ive <10670106+a1ive@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:54:37 +0900 Subject: [PATCH] ntbcd --- .github/workflows/ntbcd.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/ntbcd.yml diff --git a/.github/workflows/ntbcd.yml b/.github/workflows/ntbcd.yml new file mode 100644 index 0000000..dda5192 --- /dev/null +++ b/.github/workflows/ntbcd.yml @@ -0,0 +1,27 @@ +name: NTBCD + +on: + workflow_dispatch: + push: + branches: + - "main" + +jobs: + + generate-bcd: + runs-on: windows-latest + + steps: + - name: Run git checkout + uses: actions/checkout@v4 + + - name: Build BCD + working-directory: ${{env.GITHUB_WORKSPACE}} + run: | + .\utils\bcd.bat + + - name: Upload BCD + uses: actions/upload-artifact@v4 + with: + name: bcd + path: build/bcd