We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319ebf commit c34a7b9Copy full SHA for c34a7b9
.github/workflows/temp.yml
@@ -11,10 +11,8 @@ jobs:
11
steps:
12
- uses: actions/download-artifact@v4
13
with:
14
- artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
15
-# name: link-index-updater-lambda-binary
+ # artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
+ name: link-index-updater-lambda-binary
16
- name: Debug
17
run: |
18
ls -la
19
- unzip ./link-index-updater-lambda-binary
20
- ls -la
0 commit comments