Skip to content

Commit

Permalink
fix: Fix error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 5, 2023
1 parent babb759 commit 8985caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ runs:
*.zip)
curl -sfL -o app.zip "$URL"
unzip app.zip "$FILENAME"
mv "$FILENAME" "$DEST"
rm app.zip
;;
*)
Expand Down

0 comments on commit 8985caa

Please sign in to comment.