Update r2s_lean.yml

This commit is contained in:
klever1988
2020-02-24 06:01:34 +08:00
committed by GitHub
parent 9bfa36465f
commit 53cb7e3b73

View File

@@ -132,5 +132,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./artifact.zip
asset_name: 固件包${{ steps.assemble_artifact.outputs.release_tag }}.zip
asset_name: ${{ steps.assemble_artifact.outputs.release_tag }}-ROM.zip
asset_content_type: application/zip