mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update path
This commit is contained in:
parent
3ce5554653
commit
cea6560fe2
1 changed files with 18 additions and 18 deletions
36
.github/workflows/dotnet.yml
vendored
36
.github/workflows/dotnet.yml
vendored
|
|
@ -83,28 +83,28 @@ jobs:
|
|||
with:
|
||||
name: Flow Installer
|
||||
path: |
|
||||
Releases\FlowLauncher-*.exe
|
||||
Output\Packages\Flow-Launcher-*.exe
|
||||
compression-level: 0
|
||||
- name: Upload Portable Version
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Portable Version
|
||||
path: |
|
||||
Releases\FlowLauncher-*-Portable.zip
|
||||
Output\Packages\Flow-Launcher-Portable.zip
|
||||
compression-level: 0
|
||||
# - name: Upload Full Nupkg
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: Full nupkg
|
||||
# path: |
|
||||
# Releases\FlowLauncher-*-full.nupkg
|
||||
#
|
||||
# compression-level: 0
|
||||
# - name: Upload Release Information
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: RELEASES
|
||||
# path: |
|
||||
# Releases\RELEASES*
|
||||
# compression-level: 0
|
||||
#
|
||||
- name: Upload Full Nupkg
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Full nupkg
|
||||
path: |
|
||||
Output\Packages\FlowLauncher-*-full.nupkg
|
||||
|
||||
compression-level: 0
|
||||
- name: Upload Release Information
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: RELEASES
|
||||
path: |
|
||||
Output\Packages\RELEASES
|
||||
compression-level: 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue