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 5de4382 commit a319ebfCopy full SHA for a319ebf
.github/workflows/temp.yml
@@ -12,8 +12,9 @@ jobs:
12
- uses: actions/download-artifact@v4
13
with:
14
artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
15
+# name: link-index-updater-lambda-binary
16
- name: Debug
17
run: |
18
ls -la
- stat ./link-index-updater-lambda-binary
19
- zip -j link-index-updater-lambda.zip ./link-index-updater-lambda-binary
+ unzip ./link-index-updater-lambda-binary
20
+ ls -la
0 commit comments