File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -83,28 +83,28 @@ jobs:
83
83
with :
84
84
name : Flow Installer
85
85
path : |
86
- Releases\FlowLauncher -*.exe
86
+ Output\Packages\Flow-Launcher -*.exe
87
87
compression-level : 0
88
88
- name : Upload Portable Version
89
89
uses : actions/upload-artifact@v4
90
90
with :
91
91
name : Portable Version
92
92
path : |
93
- Releases\FlowLauncher-* -Portable.zip
93
+ Output\Packages\Flow-Launcher -Portable.zip
94
94
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