Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 17, 2025
1 parent 41fe234 commit 6bc8c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo "Release note text was extracted as: $releaseNoteText"
zipFileName=$(echo "$tagName" | sed 's/@itwin\///; s/@bentley\///')
echo "Zip file name was parsed as: $zipFileName"
# Zip the package directory with just the specific package
# Zip the package deliverables - lib and dist directories
zip -r "$zipFileName.zip" lib dist
tar -czvf "$zipFileName.tar.gz" lib dist
Expand Down

0 comments on commit 6bc8c44

Please sign in to comment.