Skip to content

Commit a319ebf

Browse files
committed
ok
1 parent 5de4382 commit a319ebf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/temp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/download-artifact@v4
1313
with:
1414
artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
15+
# name: link-index-updater-lambda-binary
1516
- name: Debug
1617
run: |
1718
ls -la
18-
stat ./link-index-updater-lambda-binary
19-
zip -j link-index-updater-lambda.zip ./link-index-updater-lambda-binary
19+
unzip ./link-index-updater-lambda-binary
20+
ls -la

0 commit comments

Comments
 (0)