首页  >  文章  >  开发工具  >  如何从 github actions 下载工件

如何从 github actions 下载工件

Barbara Streisand
Barbara Streisand原创
2024-10-10 11:09:18995浏览

This article provides instructions and methods for retrieving artifacts generated during a GitHub Actions workflow. It explains how to manually download artifacts through the GitHub Actions UI and how to programmatically access and download artifacts

如何从 github actions 下载工件

如何检索 GitHub Actions 工作流程期间生成的工件?

要检索 GitHub Actions 工作流程期间生成的工件,您可以按照以下步骤操作:

  1. 导航到定义工作流的存储库。
  2. 单击“操作”选项卡。
  3. 选择要从中下载工件的特定工作流运行。
  4. 单击“工件”选项卡。
  5. 您将看到工作流程运行期间生成的工件列表。
  6. 单击您想要的工件旁边的“下载”按钮下载。

有哪些方法可用于从特定 GitHub Actions 运行下载工件?

有两种主要方法可用于从特定 GitHub 下载工件操作运行:

  1. 手动下载:您可以按照上一节中描述的步骤从 GitHub Actions UI 手动下载工件。
  2. 编程访问:您还可以使用 GitHub API 以编程方式访问和下载工件。

我可以通过 GitHub Actions 工作流程以编程方式访问和下载工件吗?

是的,您可以使用 GitHub API 以编程方式访问和下载 GitHub Actions 工作流程中的工件。以下是执行此操作的步骤:

  1. 安装 GitHub CLI。
  2. 使用您的 GitHub 凭据对 GitHub CLI 进行身份验证。
  3. 使用“gh 工件下载” " 下载工件的命令。

例如,以下命令将从“my-repo”存储库中最新运行的“build”工作流下载所有工件:

<code>gh artifacts download my-repo/build</code>

以上是如何从 github actions 下载工件的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn