Skip to content

Commit

Permalink
.github: fix space-separated app names
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Apr 9, 2023
1 parent e53fbb1 commit 621c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
pip install yq
- id: get-app-names
run: |
echo "app-names=$(tomlq -r '.workspace.members[]' Cargo.toml | cut -d\/ -f2 | tr \"\n\" \" \")" >> "$GITHUB_OUTPUT"
echo "app-names=$(tomlq -r '.workspace.members[]' Cargo.toml | cut -d\/ -f2 | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 621c9d0

Please sign in to comment.