提交 58686969 编写于 作者: kl222's avatar kl222

CI: add Release.md

上级 4a424937
...@@ -73,4 +73,4 @@ jobs: ...@@ -73,4 +73,4 @@ jobs:
run: | run: |
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --notes-file ${{github.workspace}}/Release.md gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --notes-file ${{github.workspace}}/Release.md
gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/*
gh release upload ${{ github.ref_name }} ${{github.workspace}}/Release.md
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
# Map the job outputs to step outputs # Map the job outputs to step outputs
outputs: outputs:
name: ${{ env.artifact_name }} name: ${{ env.artifact_name }}
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册