Skip to content

Commit

Permalink
Update common.yml (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
8MiYile authored Jan 11, 2025
1 parent 1cb4cf4 commit 4d0ebcc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
prerelease: true
body_path: build/ci-build.md
files: build/libs/*
#iles: "${{ steps.cslenv-github.outputs.pathlist }}"
#files: "${{ steps.cslenv-github.outputs.pathlist }}"
-
if: ${{ matrix.website == 'GitHub-Release' && inputs.type == 'Release' }}
uses: softprops/action-gh-release@v1
Expand All @@ -182,6 +182,14 @@ jobs:
tag_name: ${{ github.ref }}
#generate_release_notes: true
files: ${{ steps.cslenv-github.outputs.pathlist }}
-
if: ${{ matrix.website == 'ObjectStorage' }}
name: "[ObjectStorage] Force JDK 8"
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
cache: 'gradle'
-
if: ${{ matrix.website == 'ObjectStorage' }}
name: "[ObjectStorage] Publish"
Expand Down

0 comments on commit 4d0ebcc

Please sign in to comment.