Skip to content

Commit 9af6dca

Browse files
committed
Fix CICD
1 parent 6c9b212 commit 9af6dca

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/build_setup/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ runs:
2121
uses: astral-sh/setup-uv@v7
2222
with:
2323
enable-cache: true
24-
python-version-file: ./buildtools/pyproject.toml
2524

2625
- name: Install dependencies
2726
shell: bash

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,6 @@ jobs:
194194
artifacts/${{ env.NAME }}-${{ env.JAVA8_MMC }}.zip
195195
artifacts/${{ env.NAME }}-${{ env.JAVA8_SERVER }}.zip
196196
artifacts/${{ env.NAME }}-${{ env.JAVA_OPT }}.zip
197+
artifacts/${{ env.NAME }}-${{ env.JAVA_OPT_SERVER }}.zip
197198
env:
198199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,6 @@ jobs:
193193
artifacts/${{ env.NAME }}-${{ env.JAVA8_MMC }}.zip
194194
artifacts/${{ env.NAME }}-${{ env.JAVA8_SERVER }}.zip
195195
artifacts/${{ env.NAME }}-${{ env.JAVA_OPT }}.zip
196+
artifacts/${{ env.NAME }}-${{ env.JAVA_OPT_SERVER }}.zip
196197
env:
197198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)