Skip to content

Commit

Permalink
ci: fix memfault upload workflow
Browse files Browse the repository at this point in the history
Thanks renovate bot..

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Sep 30, 2024
1 parent 43f1084 commit aade3a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-symbol-files-to-memfault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:

- run: npm i @octokit/rest

- run: pip3 install memfault-cli
- run: |
python3 -m venv venv
source venv/bin/activate
pip3 install memfault-cli
- run: node .github/workflows/fetch-release-assets.mjs ${{ inputs.version }}

Expand Down

0 comments on commit aade3a0

Please sign in to comment.