Skip to content

Commit

Permalink
Update packaged zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Feb 19, 2023
1 parent 8d51675 commit fc5c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if ! [ -e $GAUGE_DLL ]; then
exit 1
fi

zip -1 -T -j -u "${DISPLAY_NAME}_$VERSION.zip" $GAUGE_DLL info.json
zip -1 -T -j -u "${DISPLAY_NAME}_v$VERSION.zip" $GAUGE_DLL info.json

0 comments on commit fc5c597

Please sign in to comment.