Update windows-msi.yml

This commit is contained in:
Laurent Trinques
2026-05-12 23:33:27 +02:00
committed by GitHub
parent 8e327448cc
commit acfdab77fa

View File

@@ -243,7 +243,21 @@ jobs:
if-no-files-found: error
# ----------------------------------------------------------------
# 11. Summary
# 11. Upload MSI to nightly release
# The nightly release is created/updated by windows-build.yml.
# The MSI is added here so the GitHub Pages can link to it.
# ----------------------------------------------------------------
- name: Upload MSI to nightly release
uses: softprops/action-gh-release@v2
with:
tag_name: nightly
files: dist/*.msi
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ----------------------------------------------------------------
# 12. Summary
# ----------------------------------------------------------------
- name: Summary
if: always()