Skip to content

Commit e1829f8

Browse files
committed
Update build.yaml
1 parent 030448c commit e1829f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- uses: actions/checkout@v2
5959
with:
6060
repository: TaskarCenterAtUW/workspaces-pathways-editor
61-
path: pathways
61+
path: pathways-editor
6262
ref: refs/tags/${{github.event.inputs.env}}
63-
- run: cd pathways; echo PATHWAYS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
63+
- run: cd pathways-editor; echo PATHWAYS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
6464

6565
# rapid submod
6666
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)