File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
57
57
- uses : actions/upload-artifact@master
58
58
with :
59
59
name : profiles-artifact
60
- path : happ/workdir/profiles.happ
60
+ path : happ/workdir/profiles/profiles .happ
61
61
- uses : actions/upload-artifact@master
62
62
with :
63
63
name : projects-artifact
64
- path : happ/workdir/projects.dna
64
+ path : happ/workdir/projects/projects.happ
65
65
66
66
# upload the app package for each target os
67
67
upload-assets :
@@ -78,11 +78,11 @@ jobs:
78
78
- uses : actions/download-artifact@master
79
79
with :
80
80
name : profiles-artifact
81
- path : happ/workdir
81
+ path : happ/workdir/profiles
82
82
- uses : actions/download-artifact@master
83
83
with :
84
84
name : projects-artifact
85
- path : happ/workdir
85
+ path : happ/workdir/projects
86
86
# depending on the windows command (when we are ready to build for it), may have to check which os currently on
87
87
- name : Install nodejs dependencies
88
88
run : |
You can’t perform that action at this time.
0 commit comments