mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-15 15:19:58 +02:00
Update windows-build.yml
This commit is contained in:
12
.github/workflows/windows-build.yml
vendored
12
.github/workflows/windows-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user