Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_and_deployの最後にdownload_testを実行 #609

Conversation

Hiroshiba
Copy link
Member

内容

build_and_deployワークフロー実行後にダウンロードテストを実行するようにしてみました。

先に↓のマージが必要です。

関連 Issue

その他

こちらのプルリクエストの実行に必要なプルリクエストになってます

@Hiroshiba Hiroshiba marked this pull request as draft September 12, 2023 19:12
@Hiroshiba Hiroshiba marked this pull request as ready for review September 15, 2023 16:36
Copy link
Member Author

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

draft明けました!

@@ -318,7 +319,7 @@ jobs:
cd artifact
7z a "../${{ env.ASSET_NAME }}.zip" "${{ env.ASSET_NAME }}"
- name: Upload to Release
if: env.VERSION != '0.0.0' && env.SKIP_UPLOADING_RELEASE_ASSET == '0' && !contains(matrix.target, 'ios')
if: needs.config.outputs.deploy == 'true' && env.SKIP_UPLOADING_RELEASE_ASSET == '0' && !contains(matrix.target, 'ios')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outputs系は全部文字列になるため、needs.config.outputs.deployだけだと"false"でも"true"でもtrue扱いになってしまう。

Copy link
Member

@qryxip qryxip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Hiroshiba
Copy link
Member Author

Hiroshiba commented Sep 18, 2023

レビューありがとうございます! マージ後リリースを作ってみようと思います。
https://github.com/VOICEVOX/voicevox_core/releases/tag/0.15.0-preview.9

@Hiroshiba Hiroshiba merged commit 6a66275 into VOICEVOX:main Sep 18, 2023
37 checks passed
@Hiroshiba Hiroshiba deleted the build_and_deployの最後にdownload_testを実行 branch September 18, 2023 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants