Skip to content

Commit

Permalink
Fix name of snapshot file to download
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 3, 2025
1 parent 16c2583 commit d92b968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: 🚢 Fetch preprod snapshot
working-directory: C:/cardano-wallet/test/e2e/
run: |
aws s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/snapshot-20250102.zstd .
aws s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/preprod-20250102.zstd .
env:
AWS_DEFAULT_REGION: eu-west-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -92,7 +92,7 @@ jobs:
mkdir state\node_db
mkdir state\node_db\preprod
cd state\node_db\preprod
arc unarchive snapshot-20250102.zstd
arc unarchive preprod-20250102.zstd
- name: ⚙️ Setup (get latest bins and configs and decode fixtures)
working-directory: C:/cardano-wallet/test/e2e
Expand Down

0 comments on commit d92b968

Please sign in to comment.