Skip to content

Commit

Permalink
ci: fix memfault upload script
Browse files Browse the repository at this point in the history
There was a YAML syntax error.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Sep 30, 2024
1 parent aade3a0 commit 2c192c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-symbol-files-to-memfault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- run: npm i @octokit/rest

- run: |
python3 -m venv venv
source venv/bin/activate
pip3 install memfault-cli
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 2c192c7

Please sign in to comment.