Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 23, 2023
1 parent 44e056e commit 39d73c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 39d73c3

Please sign in to comment.