Changes in pipeline

This commit is contained in:
DSR! 2025-05-26 20:28:00 -03:00
parent 13b736e069
commit 130eeb0921

View File

@ -91,16 +91,16 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: full-installer-artifact
path: ${{ github.workspace }}/Toolkit_*_Setup.exe
path: ${{ github.workspace }}/*_Setup.exe
- name: Upload lite Setup as Artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v4
with:
name: lite-installer-artifact
path: ${{ github.workspace }}/Toolkit_*_Setup_lite
path: ${{ github.workspace }}/*_Setup_lite.exe
- name: Upload all Setups as Release download
- name: Upload all Setups as Release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v2
with: