Skip to content

Commit

Permalink
chore(windows): Overwrite file if already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 27, 2024
1 parent dcc7aeb commit e90e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
curl -sfL "$URL" | tar -xzf - "$FILENAME";;
*.zip)
curl -sfL -o app.zip "$URL"
unzip app.zip "$FILENAME"
unzip -o app.zip "$FILENAME"
rm app.zip
;;
*)
Expand Down

0 comments on commit e90e80d

Please sign in to comment.