Skip to content

Commit c49470e

Browse files
committed
missing dot
1 parent f04bbf7 commit c49470e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
curl -fsSL -o ./temurin-jre-win.zip "${JRE_URL}"
9595
9696
# Unzip into jre-win inside the release dir
97-
unzip -q ./temurin-jre-win.zip -d
97+
unzip -q ./temurin-jre-win.zip -d .
9898
mv jdk-17.0.16+8-jre jre
9999
rm -f ./temurin-jre-win.zip
100100

0 commit comments

Comments
 (0)