Skip to content

Commit

Permalink
make sure file is in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Beal committed Sep 23, 2019
1 parent 88f1bb3 commit 52e0f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ mkdir -p "${working}"
if [ -e $target ]; then
rm $target
fi
zip $target -r * -x \*${working}\* -x \*.git\* -x \*~
zip "$target" -r * -x \*${working}\* -x \*.git\* -x \*~
stat "$target"
# https://github.com/actions/toolkit/blob/2c6d31be8f9c8201d3cc9384133b933543b69075/docs/commands.md
echo ::set-output name=release_file::"${target}"
echo ::set-output name=release_name::"${name}"
Expand Down

0 comments on commit 52e0f25

Please sign in to comment.