Skip to content

Commit

Permalink
[ci] zip name (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco authored Aug 14, 2023
1 parent b779bb8 commit e6cfea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ref="${ref//\//\-}"
zip_name="app-${ref}.zip"

cd dist/
zip -r zip_name .
zip -r "$zip_name" .
echo "Output: dist/$zip_name"

0 comments on commit e6cfea0

Please sign in to comment.