Fix CI/CD: Remove artifact upload step that was causing authentication errors
Some checks failed
CI / test (push) Successful in 3m57s
Deploy / deploy (push) Failing after 2m38s

This commit is contained in:
Derek Slenk 2025-07-16 11:35:56 -04:00
parent 44a4a42a30
commit c59575f597

View file

@ -32,10 +32,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
- name: Upload build artifacts
uses: https://codeberg.org/actions/upload-artifact@v3
with:
name: build-output
path: out/
AWS_REGION: ${{ secrets.AWS_REGION }}