Skip to content

Commit 960f549

Browse files
Changing working directory
1 parent 6dc11ec commit 960f549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
python-version: ["3.8","3.9","3.10","3.11","3.12"]
8989
defaults:
9090
run:
91-
working-directory: ./layer
91+
working-directory: ./layer_v3
9292
steps:
9393
- name: checkout
9494
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pages: none
6666
defaults:
6767
run:
68-
working-directory: ./layer
68+
working-directory: ./layer_v3
6969
strategy:
7070
fail-fast: false
7171
matrix:

0 commit comments

Comments
 (0)