ci: harden npm telegram artifact upload

This commit is contained in:
Peter Steinberger
2026-04-27 22:13:16 +01:00
parent 295d63c331
commit fb4d9fc4fb

View File

@@ -225,6 +225,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: npm-telegram-beta-e2e-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ steps.run_lane.outputs.output_dir }}
path: .artifacts/qa-e2e/
retention-days: 14
if-no-files-found: warn