mirror of
https://github.com/grub4dos/ntloader.git
synced 2025-05-09 12:11:09 +08:00
ntbcd
This commit is contained in:
parent
90be8829c5
commit
1eff6b4eea
27
.github/workflows/ntbcd.yml
vendored
Normal file
27
.github/workflows/ntbcd.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user