From 9f8b5fa72cc4a3b3156d4a7920e3a8e0dfe54e8e Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Sun, 12 Jan 2025 17:16:13 +0100 Subject: [PATCH] Add uploading of the curriculum --- .gitea/workflows/xelatex.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index 7ff8147..fa01c89 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -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 }}."