diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index 187ca9ad73..f19b5324ce 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -196,9 +196,10 @@ jobs: - name: Dropbox Uploader uses: whalemare/action-dropbox@v1.0.0 with: - source: build/ - target: /Download + file: build/ + destination: /Download accessToken: ${{secrets.DROPBOX_SECRET}} + displayProgress: true - name: Archive production artifacts uses: actions/upload-artifact@v3 with: