Add uploading of the curriculum
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 1m18s

This commit is contained in:
Riccardo Finotello
2025-01-12 17:16:13 +01:00
parent d623d8a26f
commit 9f8b5fa72c

View File

@@ -27,5 +27,17 @@ jobs:
- name: Archive artifacs
uses: christopherhx/gitea-upload-artifact@v4
with:
name: curriculum-vitae
path: cv.pdf
- name: Upload to S3
uses: bxb100/action-upload@main
with:
provider: s3
provider_options: |
root=/
bucket=${{ secrets.S3BUCKET }}
endpoint=${{ secrets.S3ENDPOINT }}
access_key_id=${{ secrets.S3ACCESSKEY }}
secret_access_key=${{ secrets.S3ACCESSSECRET }}
include: '*.pdf'
- run: echo "🍏 This job's status is ${{ job.status }}."