File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments