mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
xp
This commit is contained in:
parent
1a1e4fdbed
commit
05de988493
20
.github/workflows/buildluna.yml
vendored
20
.github/workflows/buildluna.yml
vendored
@ -2,6 +2,26 @@ name: buildluna
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
build_xp:
|
||||||
|
runs-on: windows-2019
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
attestations: write
|
||||||
|
contents: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
|
||||||
|
with:
|
||||||
|
sdk-version: 22621
|
||||||
|
- run: python .github/scripts/build_lunahook.py build English winxp
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: hook_winxp
|
||||||
|
path: cpp/LunaHook/builds/Release_English_winxp
|
||||||
|
|
||||||
hook:
|
hook:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
2
.github/workflows/buildlunahook.yml
vendored
2
.github/workflows/buildlunahook.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: buildlunahook
|
name: buildlunahook
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_xp:
|
build_xp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user