Skip to content

Commit 9bc439a

Browse files
Update release.yml
1 parent 517350d commit 9bc439a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
ls -la build/libs || true
5050
exit 1
5151
fi
52-
echo "path=$JAR" >> "$GITHUB_OUTPUT"
52+
OUT="build/libs/HytlDevServerPlugin.jar"
53+
cp "$JAR" "$OUT"
54+
echo "path=$OUT" >> "$GITHUB_OUTPUT"
5355
5456
- name: Create GitHub Release
5557
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)