mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Changes in pipeline
This commit is contained in:
parent
13b736e069
commit
130eeb0921
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user