mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-27 15:44:12 +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:
|
||||
workflow_call:
|
||||
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:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
|
2
.github/workflows/buildlunahook.yml
vendored
2
.github/workflows/buildlunahook.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: buildlunahook
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_xp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user