Closed SanderVocke closed 8 months ago
Can confirm that this is a bug in symbol-upload
. The correct temporary folder is not created before attempting to write the compressed .gz file. Will open a PR.
Thanks for the quick action!
In the unlikely case that anyone stumbles here and this fix has not made it into a release yet, you can use my fork for now, e.g.:
- name: Upload BugSplat debug symbols
uses: SanderVocke/symbol-upload@test_action
with:
clientId: "${{ secrets.BUGSPLAT_CLIENT_ID }}"
clientSecret: "${{ secrets.BUGSPLAT_CLIENT_SECRET }}"
database: shoopdaloop
application: shoopdaloop
version: git-${{ github.sha }}
files: "**/*.sym"
directory: crashdumps/debuginfo
The Github Action fails to run for me. It seems that it cannot find a temporary file that it created containing the symbols.
Link to my test Actions run: https://github.com/SanderVocke/shoopdaloop/actions/runs/8063505125/job/22025740444
I am not sure why it is unable to find/create this file.
Edit: this is on an
ubuntu-latest
runner