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 e7c57d7 commit 7affbccCopy full SHA for 7affbcc
.github/workflows/build-link-index-updater-lambda.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Get bootstrap binary
38
run: |
39
docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
40
- - name: Validate bootstrap binary
+ - name: Inspect bootstrap binary
41
42
tree .artifacts
43
stat .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
@@ -51,6 +51,6 @@ jobs:
51
uses: actions/upload-artifact@v4
52
with:
53
name: link-index-updater-lambda
54
- retention-days: 7
+ retention-days: 1
55
if-no-files-found: error
56
path: ${{ env.ZIP_FILE }}
0 commit comments