diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 4abd9891a1..e2f0233b98 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -159,6 +159,13 @@ jobs: - name: List downloaded artifacts run: ls -l dist/ + - name: Upload dist directory for debugging + uses: actions/upload-artifact@v3 + with: + name: dist + path: dist/ + if-no-files-found: error + - name: Upload binaries to the GitHub release env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"