Skip to content

Commit

Permalink
v7.0.0-beta.1 - Retention
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Jan 14, 2025
1 parent 8a0c2b0 commit bdb07f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
run: npm ci
- name: Build library
run: npm run aws
- name: Verify dist directory
run: ls -la dist
- name: Archive build
if: success()
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
retention-days: 7
deploy:
name: Deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdb07f5

Please sign in to comment.