diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index ba1a1b3087..3ade8f5ef2 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -199,9 +199,14 @@ jobs: name: compiled-output path: build/ retention-days: 90 + - name: Print current directory and list files + run: | + echo "Current directory is: $(pwd)" + echo "List of files:" + ls - name: Dropbox Uploader uses: whalemare/action-dropbox@v1.0.0 with: - file: compiled-output/* + file: compiled-output/ destination: /Downloads accessToken: ${{secrets.DROPBOX_SECRET}} \ No newline at end of file