Fix CI/CD: Remove artifact upload step that was causing authentication errors
This commit is contained in:
parent
44a4a42a30
commit
c59575f597
1 changed files with 1 additions and 7 deletions
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue