Skip to content

Commit 7b2806f

Browse files
committed
Refactor to have predictive names
1 parent 128f662 commit 7b2806f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
run: apt update && apt install zip
3939

4040
- name: Lambda webhook - build
41-
env:
4241
working-directory: modules/webhook/lambdas/webhook
4342
run: yarn install && yarn dist
4443
- name: Lambda webhook - Upload asset
@@ -52,8 +51,6 @@ jobs:
5251
asset_content_type: application/zip
5352

5453
- name: Lambda syncer - build
55-
env:
56-
lambda_path: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
5754
working-directory: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
5855
run: yarn install && yarn dist
5956
- name: Lambda syncer - Upload asset

0 commit comments

Comments
 (0)