Skip to content

Commit

Permalink
Improved logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang committed Nov 28, 2024
1 parent 75294c1 commit 87458ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
# Update release
new_url=$(gh release edit $RELEASE_TAG --notes "$updated_body")
echo "# :rocket: Release ready at:" >> $GITHUB_STEP_SUMMARY
echo "# :fish_cake: Release ready at:" >> $GITHUB_STEP_SUMMARY
echo "$new_url" >> $GITHUB_STEP_SUMMARY
2 changes: 1 addition & 1 deletion Scripts/download-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for dir in */; do
dirname=${dir%/}
basename=$(basename "$dirname")
zip -r -q "${basename}.zip" "$dirname"
echo " 🍣 Zipped $dirname"
echo " 🍣 Created $basename.zip"
rm -rf "$dirname"
done
echo "🍱 Finished zipping!"

0 comments on commit 87458ea

Please sign in to comment.