Skip to content

Commit 316bae5

Browse files
committed
fix artifacts paths
1 parent bbc6c9a commit 316bae5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
- uses: actions/upload-artifact@master
5858
with:
5959
name: profiles-artifact
60-
path: happ/workdir/profiles.happ
60+
path: happ/workdir/profiles/profiles.happ
6161
- uses: actions/upload-artifact@master
6262
with:
6363
name: projects-artifact
64-
path: happ/workdir/projects.dna
64+
path: happ/workdir/projects/projects.happ
6565

6666
# upload the app package for each target os
6767
upload-assets:
@@ -78,11 +78,11 @@ jobs:
7878
- uses: actions/download-artifact@master
7979
with:
8080
name: profiles-artifact
81-
path: happ/workdir
81+
path: happ/workdir/profiles
8282
- uses: actions/download-artifact@master
8383
with:
8484
name: projects-artifact
85-
path: happ/workdir
85+
path: happ/workdir/projects
8686
# depending on the windows command (when we are ready to build for it), may have to check which os currently on
8787
- name: Install nodejs dependencies
8888
run: |

0 commit comments

Comments
 (0)