Skip to content

Commit c34a7b9

Browse files
committed
test
1 parent a319ebf commit c34a7b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/temp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/download-artifact@v4
1313
with:
14-
artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
15-
# name: link-index-updater-lambda-binary
14+
# artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
15+
name: link-index-updater-lambda-binary
1616
- name: Debug
1717
run: |
1818
ls -la
19-
unzip ./link-index-updater-lambda-binary
20-
ls -la

0 commit comments

Comments
 (0)