Skip to content

Commit

Permalink
fixed tr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobimaxwell committed May 12, 2024
1 parent 23fd282 commit c497acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure-browser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd app/desktop-app
mkdir -p formatted-dist
for file in dist/*; do
mv "$file" "formatted-dist/$(echo $file | tr ' ' '-' | tr 'dist/' '')"
mv "$file" "formatted-dist/$(echo $file | tr ' ' '-' | tr -d 'dist/')"
done
- name: release
Expand Down

0 comments on commit c497acd

Please sign in to comment.