Install aws cli using snap
Build & Deploy / build (push) Successful in 2m36s
Build & Deploy / deploy (push) Failing after 6s

This commit is contained in:
2025-09-29 07:18:09 +02:00
parent 76f0650d81
commit 3b065c0754
+1 -2
View File
@@ -39,8 +39,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
sudo snap install aws-cli --classic
- name: Sync hashed assets to S3
env:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}