1 parent d367672 commit 2d5ebe6Copy full SHA for 2d5ebe6
3 files changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
37
- cp zbo/app.jar zb.jar
+ cp zbo/zb.jar zb.jar
38
gh release create "v${{ steps.version.outputs.version }}.${{ github.run_number }}" \
39
--target "$GITHUB_SHA" \
40
--title "zb ${{ steps.version.outputs.version }} (build ${{ github.run_number }})" \
.zb
@@ -2,7 +2,7 @@
2
#Tue Jul 15 16:26:10 CEST 2025
3
classes.dir=<temp.dir>
4
jar.dir=zbo/
5
-jar.file.name=app.jar
+jar.file.name=zb.jar
6
post.build.hook=zunit
7
resources.dir=<discovered by zb>
8
sources.dir=<discovered by zb>
src/main/resources/version.txt
@@ -1 +1 @@
1
-2026.06.26.03
+2026.06.26.04
0 commit comments