-
Notifications
You must be signed in to change notification settings - Fork 163
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
artifacts の名前に appveyor の名前を含める (構成要素の順序調整) #234
artifacts の名前に appveyor の名前を含める (構成要素の順序調整) #234
Conversation
ただし APPVEYOR_ACCOUNT_NAME の環境変数が空の場合または "sakuraeditor" と等しい場合は何もつけない。
最終的なコミットでは appveyor.yml の先頭に "*" を付ける必要はありませんが、 |
appveyor.yml
Outdated
@@ -21,4 +21,4 @@ build_script: | |||
echo appveyor_yml | |||
|
|||
artifacts: | |||
- path: 'sakura-$(platform)-$(configuration)*.zip' | |||
- path: '*sakura-*$(platform)-$(configuration)*.zip' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コメントで言及してるのはこれのことですか?
zipの出力先をルートにしたから*は要らない、と。
分かっている内容なら削除したほうがいいような気もしますが、直すまでもないと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
後で必要になるかも、というのがあったので残しておきました。
d2c8255 で削除しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMです。
アカウント名追加の確認はPR元で行いました。
…or-username-to-artifacts artifacts の名前に appveyor の名前を含める (構成要素の順序調整)
artifacts の名前に appveyor の名前を含める (構成要素の順序調整)
以下の表の順番で構成する。
影響範囲