From 60584636ac762fbb39b85dc2a64c62ef03931057 Mon Sep 17 00:00:00 2001 From: minglipro Date: Thu, 10 Jul 2025 08:20:07 +0800 Subject: [PATCH] Changes to be committed: deleted: build.yaml modified: gradle.properties deleted: workflows/build.yaml --- build.yaml | 27 --------------------------- gradle.properties | 4 ++-- workflows/build.yaml | 27 --------------------------- 3 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 build.yaml delete mode 100644 workflows/build.yaml diff --git a/build.yaml b/build.yaml deleted file mode 100644 index 585f85b..0000000 --- a/build.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Gitea Actions Build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - push: - branches: - - master -jobs: - Build: - runs-on: ubuntu-dev - steps: - - name: Check out repository code - uses: https://git.mingliqiye.com/Actions/checkout@v4 - - - name: build-test - run: | - source gradle.properties - gradle - gradle build-jar - - - name: Releases - run: | - source gradle.properties - SHA=${{gitea.sha}} - curl -o- https://git.mingliqiye.com/Actions/com.mingliqiye.gitea.releases/raw/branch/master/install.sh | bash - FILENAME="${GROUPSID}-${VERSIONS}.jar" - java -jar com.mingliqiye.gitea.releases.jar -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -r ${{gitea.event.repository.name}} -t "${{gitea.token}}" -ti "Auto releases ${{gitea.sha}} ${VERSIONS}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" -tn "Auto-Releases-${VERSIONS}-${SHA:0:10}" -a "build/libs" - diff --git a/gradle.properties b/gradle.properties index 7aeab09..346b67e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUPSID=com.mingliqiye -ARTIFACTID=string-utilts -VERSIONS=1.0.3 +ARTIFACTID=string-utils +VERSIONS=1.0.4 MAINCLASS=com.mingliqiye JDKVERSIONS=1.8 diff --git a/workflows/build.yaml b/workflows/build.yaml deleted file mode 100644 index 585f85b..0000000 --- a/workflows/build.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Gitea Actions Build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - push: - branches: - - master -jobs: - Build: - runs-on: ubuntu-dev - steps: - - name: Check out repository code - uses: https://git.mingliqiye.com/Actions/checkout@v4 - - - name: build-test - run: | - source gradle.properties - gradle - gradle build-jar - - - name: Releases - run: | - source gradle.properties - SHA=${{gitea.sha}} - curl -o- https://git.mingliqiye.com/Actions/com.mingliqiye.gitea.releases/raw/branch/master/install.sh | bash - FILENAME="${GROUPSID}-${VERSIONS}.jar" - java -jar com.mingliqiye.gitea.releases.jar -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -r ${{gitea.event.repository.name}} -t "${{gitea.token}}" -ti "Auto releases ${{gitea.sha}} ${VERSIONS}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" -tn "Auto-Releases-${VERSIONS}-${SHA:0:10}" -a "build/libs" -