1 Commits
Author SHA1 Message Date
Qiufeng 4f2ea26e8e ops: point CentOS recovery at v0.3.4 2026-08-04 17:44:25 +08:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ jobs:
with: with:
distribution: temurin distribution: temurin
java-version: "17" java-version: "17"
cache: gradle
- name: Build, sign, and publish release - name: Build, sign, and publish release
shell: bash shell: bash
+1 -1
View File
@@ -3,7 +3,7 @@ set -Eeuo pipefail
GITEA_BASE_URL="http://38.76.196.225:10099" GITEA_BASE_URL="http://38.76.196.225:10099"
REPOSITORY="awaioi/ERP" REPOSITORY="awaioi/ERP"
VERSION="0.3.1" VERSION="0.3.4"
TAG="v${VERSION}" TAG="v${VERSION}"
INSTALL_SHA256="89a3c45e76f500c9475cb596ea29e3518bfafdc59f36dd3c7b316ed3cdd0448c" INSTALL_SHA256="89a3c45e76f500c9475cb596ea29e3518bfafdc59f36dd3c7b316ed3cdd0448c"
UNINSTALL_SHA256="98c56fed2fd4d01874e4ab5a1a4f3ec42ec3e29b315ffd87385a95488d587546" UNINSTALL_SHA256="98c56fed2fd4d01874e4ab5a1a4f3ec42ec3e29b315ffd87385a95488d587546"