Update windows-build.yml
Some checks failed
Windows Build / build-windows (push) Has been cancelled
Windows Build / deploy-pages (push) Has been cancelled

This commit is contained in:
Laurent Trinques
2026-05-13 01:40:55 +02:00
committed by GitHub
parent 76d311cb35
commit 2ae9ec87bb

View File

@@ -370,6 +370,14 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Checkout master (for build-aux scripts)
uses: actions/checkout@v4
with:
ref: master
path: source
sparse-checkout: build-aux/generate-page.py
sparse-checkout-cone-mode: false
- name: Download installer artifact - name: Download installer artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
@@ -428,7 +436,9 @@ jobs:
export DATE SHORT REPO SHA="${{ github.sha }}" RUN_URL export DATE SHORT REPO SHA="${{ github.sha }}" RUN_URL
export RUN_NUMBER="${{ github.run_number }}" export RUN_NUMBER="${{ github.run_number }}"
export INSTALLER_URL PORTABLE_URL MSI_URL export INSTALLER_URL PORTABLE_URL MSI_URL
python3 build-aux/generate-page.py # Write the page generator script to /tmp (build-aux/ not available
# in deploy-pages job which only checks out gh-pages branch)
python3 source/build-aux/generate-page.py
- name: Add .nojekyll to disable Jekyll processing - name: Add .nojekyll to disable Jekyll processing
run: touch gh-pages/.nojekyll run: touch gh-pages/.nojekyll