mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-13 21:39:59 +02:00
Update windows-msi.yml
This commit is contained in:
16
.github/workflows/windows-msi.yml
vendored
16
.github/workflows/windows-msi.yml
vendored
@@ -243,7 +243,21 @@ jobs:
|
|||||||
if-no-files-found: error
|
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
|
- name: Summary
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user