Skip to content

Commit

Permalink
ci: fix memfault upload script
Browse files Browse the repository at this point in the history
Another attempt at fixing this script.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Sep 30, 2024
1 parent c5a5372 commit c073382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-symbol-files-to-memfault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Publish symbol files
run: |
source venv/bin/activate
memfault \
--org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
--org ${{ vars.MEMFAULT_ORGANIZATION_SLUG }} \
Expand Down

0 comments on commit c073382

Please sign in to comment.