Skip to content

Commit d9c4ed4

Browse files
committed
wip: update gh action
1 parent c9247f8 commit d9c4ed4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
13-
context: ./solution
13+
defaults:
14+
run:
15+
working-directory: ./solution
1416

1517
steps:
1618
- name: Checkout repo

0 commit comments

Comments
 (0)