更新 .gitea/workflows/demo.yaml
自动流水线示例 / build (push) Successful in 1m41s
Details
自动流水线示例 / upload (ubuntu-latest) (push) Successful in 17s
Details
自动流水线示例 / deploy (push) Successful in 16s
Details
自动流水线示例 / download (push) Failing after 43s
Details
自动流水线示例 / 检查 (push) Successful in 8s
Details
自动流水线示例 / 制品上传 (ubuntu-latest, a) (push) Has been skipped
Details
自动流水线示例 / 制品上传 (ubuntu-latest, b) (push) Has been skipped
Details
自动流水线示例 / 制品上传 (ubuntu-latest, c) (push) Has been skipped
Details
自动流水线示例 / build (push) Successful in 1m41s
Details
自动流水线示例 / upload (ubuntu-latest) (push) Successful in 17s
Details
自动流水线示例 / deploy (push) Successful in 16s
Details
自动流水线示例 / download (push) Failing after 43s
Details
自动流水线示例 / 检查 (push) Successful in 8s
Details
自动流水线示例 / 制品上传 (ubuntu-latest, a) (push) Has been skipped
Details
自动流水线示例 / 制品上传 (ubuntu-latest, b) (push) Has been skipped
Details
自动流水线示例 / 制品上传 (ubuntu-latest, c) (push) Has been skipped
Details
发布生产
This commit is contained in:
parent
beb1800dc8
commit
739aa8327e
|
|
@ -256,7 +256,7 @@ jobs:
|
||||||
ls -alh ./release/
|
ls -alh ./release/
|
||||||
echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} "
|
echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} "
|
||||||
echo "获取gitea: ${{ gitea.repository }}"
|
echo "获取gitea: ${{ gitea.repository }}"
|
||||||
- name: 上传Release
|
- name: Release ${{ steps.vars.outputs.tag }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
#env:
|
#env:
|
||||||
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -268,7 +268,6 @@ jobs:
|
||||||
# tag_name: 标签名称。默认为github.ref_name
|
# tag_name: 标签名称。默认为github.ref_name
|
||||||
#tag_name: ${{ needs.upload.outputs.tag-name }}
|
#tag_name: ${{ needs.upload.outputs.tag-name }}
|
||||||
tag_name: ${{ steps.vars.outputs.tag }}
|
tag_name: ${{ steps.vars.outputs.tag }}
|
||||||
name: "Release ${{ steps.vars.outputs.tag }}"
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.txt
|
*.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue