Skip to content

Commit 27b6434

Browse files
committed
update path
1 parent 4807358 commit 27b6434

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/dotnet.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,28 @@ jobs:
8383
with:
8484
name: Flow Installer
8585
path: |
86-
Releases\FlowLauncher-*.exe
86+
Output\Packages\Flow-Launcher-*.exe
8787
compression-level: 0
8888
- name: Upload Portable Version
8989
uses: actions/upload-artifact@v4
9090
with:
9191
name: Portable Version
9292
path: |
93-
Releases\FlowLauncher-*-Portable.zip
93+
Output\Packages\Flow-Launcher-Portable.zip
9494
compression-level: 0
95-
# - name: Upload Full Nupkg
96-
# uses: actions/upload-artifact@v4
97-
# with:
98-
# name: Full nupkg
99-
# path: |
100-
# Releases\FlowLauncher-*-full.nupkg
101-
#
102-
# compression-level: 0
103-
# - name: Upload Release Information
104-
# uses: actions/upload-artifact@v4
105-
# with:
106-
# name: RELEASES
107-
# path: |
108-
# Releases\RELEASES*
109-
# compression-level: 0
110-
#
95+
- name: Upload Full Nupkg
96+
uses: actions/upload-artifact@v4
97+
with:
98+
name: Full nupkg
99+
path: |
100+
Output\Packages\FlowLauncher-*-full.nupkg
101+
102+
compression-level: 0
103+
- name: Upload Release Information
104+
uses: actions/upload-artifact@v4
105+
with:
106+
name: RELEASES
107+
path: |
108+
Output\Packages\RELEASES
109+
compression-level: 0
110+

0 commit comments

Comments
 (0)