Skip to content

Commit

Permalink
fix github action deployment path (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau authored Jul 16, 2024
1 parent e54346a commit 12c4e87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

defaults:
run:
working-directory: "./arSam"
working-directory: "arSam"
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

defaults:
run:
working-directory: "./arSam"
working-directory: "arSam"
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

defaults:
run:
working-directory: "./arSam"
working-directory: "arSam"
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 12c4e87

Please sign in to comment.