mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 05:45:37 +08:00
sparse
This commit is contained in:
parent
a900de60ef
commit
c8f3d2889f
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -10,6 +10,9 @@ jobs:
|
||||
version: ${{ steps.loadversion.outputs.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: build.py
|
||||
sparse-checkout-cone-mode: false
|
||||
- id: loadversion
|
||||
run: python build.py loadversion | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
|
||||
build_xp:
|
||||
@ -121,6 +124,9 @@ jobs:
|
||||
needs: [build, loadversion]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: build.py
|
||||
sparse-checkout-cone-mode: false
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: build
|
||||
|
Loading…
Reference in New Issue
Block a user