action release download:GitHub Action下载发行工件 源码
动作发布下载 GitHub操作:GitHub发布下载操作 这是做什么的和不做什么的 该操作将从已发布版本触发的工作流中获取“ assets_url”变量,并根据“ browser_download_url”字段下载所有文件。 用法 这是有关如何使用此操作的示例: - name: Release Download uses: sondreb/action-release-download@master with: token: ${{ secrets.GITHUB_TOKEN }} files: "action.js;README.md" folder: "${{github.workspace}}/package/" draft: true prerelease: true
用户评论