Skip to content

Commit 0673f65

Browse files
committed
Experiment with dist
1 parent 530723e commit 0673f65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lambda Runner Binaries Syncer
22
env:
3-
lambda_name: runner-binaries-syncer
3+
lambda_path: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
44
on:
55
push:
66
branches:
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v1
3131
with:
3232
name: dist
33-
path: dist
33+
path: ${{ env.lambda_path }}/dist
3434

3535
release_draft:
3636
name: Create Draft Release

0 commit comments

Comments
 (0)