Skip to content

Commit 2d5ebe6

Browse files
committed
app.jar to zb.jar rename
1 parent d367672 commit 2d5ebe6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
37-
cp zbo/app.jar zb.jar
37+
cp zbo/zb.jar zb.jar
3838
gh release create "v${{ steps.version.outputs.version }}.${{ github.run_number }}" \
3939
--target "$GITHUB_SHA" \
4040
--title "zb ${{ steps.version.outputs.version }} (build ${{ github.run_number }})" \

.zb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#Tue Jul 15 16:26:10 CEST 2025
33
classes.dir=<temp.dir>
44
jar.dir=zbo/
5-
jar.file.name=app.jar
5+
jar.file.name=zb.jar
66
post.build.hook=zunit
77
resources.dir=<discovered by zb>
88
sources.dir=<discovered by zb>

src/main/resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.06.26.03
1+
2026.06.26.04

0 commit comments

Comments
 (0)