Skip to content

Commit

Permalink
Change: build_java_api -> build_java_package
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Oct 8, 2023
1 parent 83f4d63 commit bc7e246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
${{ env.ASSET_NAME }}.zip
target_commitish: ${{ github.sha }}

build_java_api:
build_java_package:
runs-on: ubuntu-latest
if: ${{ !(github.event_name != 'release' && github.event_name != 'workflow_dispatch') }} # !env.IS_SIMPLE_TEST と同じ
needs:
Expand Down Expand Up @@ -490,6 +490,7 @@ jobs:
files: |-
/tmp/java_packages.zip
target_commitish: ${{ github.sha }}

download_test:
needs: [config, build_and_deploy]
if: needs.config.outputs.deploy == 'true'
Expand Down

0 comments on commit bc7e246

Please sign in to comment.