From e67c632202207d1a1b757ccbcd5186294c53da63 Mon Sep 17 00:00:00 2001 From: use-to <13922835+use-to@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:55:15 +0200 Subject: [PATCH] ci: flatten directory structure --- .github/workflows/latex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index ac67fe5..8444589 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -43,7 +43,7 @@ jobs: r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }} r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }} r2-bucket: ${{ secrets.R2_BUCKET }} - source-dir: ./output/ + source-dir: ./output/* destination-dir: ${{ github.sha }} - name: Release on cdn (on main) @@ -54,6 +54,6 @@ jobs: r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }} r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }} r2-bucket: ${{ secrets.R2_BUCKET }} - source-dir: ./output/ + source-dir: ./output/* destination-dir: main keep-file-fresh: true