Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent 2359f7e commit 1fa873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: sanitize
run: |
sanitized_name="${{ steps.defaults.outputs.project || env.DEFAULT_PROJECT }}"
sanitized_name="${sanitized_name//\//-}"
sanitized_name=$(echo "$project_name" | sed 's/\//-/g')
echo "::set-output name=project_name::$sanitized_name"
- name: Upload artifacts
Expand Down

0 comments on commit 1fa873f

Please sign in to comment.