File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ jobs:
71
71
./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
72
72
VERSION=1.0 ./appimagetool-*.AppImage ./appdir # turn AppDir into AppImage
73
73
74
- - name : Archive artifacts (welle.io build dir )
74
+ - name : Archive artifacts (welle.io AppImage )
75
75
if : always() && steps.build.outcome == 'failure'
76
76
uses : actions/upload-artifact@v4
77
77
with :
78
- name : welle.io build dir
79
- path : *.AppImage
78
+ name : welle.io AppImage
79
+ path : ./ *.AppImage
80
80
if-no-files-found : error
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
72
72
# Run InnoSetup
73
73
& "ISCC" "/F$Filename" "windows/installer.iss"
74
74
75
- - name : Archive artifacts (welle.io build dir )
75
+ - name : Archive artifacts (welle.io Windows installer )
76
76
if : always() && steps.build.outcome == 'failure'
77
77
uses : actions/upload-artifact@v4
78
78
with :
79
- name : welle.io build dir
80
- path : *.exe
79
+ name : welle.io Windows installer
80
+ path : .\ *.exe
81
81
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments