Skip to content

Commit db28045

Browse files
committed
fix run directory
1 parent 226c499 commit db28045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
echo "running macox-latest-lambda"
6060
unzip -o \
61-
lambda/macox-latest-lambda/test-func.zip \
61+
lambdas/macox-latest-lambda/test-func.zip \
6262
-d /tmp/macox-latest-lambda > /dev/null 2>&1 && \
6363
docker run \
6464
-i --rm \
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "running windows-latest-lambda"
7070
unzip -o \
71-
lambda/windows-latest-lambda/test-func.zip \
71+
lambdas/windows-latest-lambda/test-func.zip \
7272
-d /tmp/windows-latest-lambda > /dev/null 2>&1 && \
7373
docker run \
7474
-i --rm \
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
echo "running ubuntu-latest-lambda"
8080
unzip -o \
81-
lambda/macox-latest-lambda/test-func.zip \
81+
lambdas/macox-latest-lambda/test-func.zip \
8282
-d /tmp/ubuntu-latest-lambda > /dev/null 2>&1 && \
8383
docker run \
8484
-i --rm \

0 commit comments

Comments
 (0)