Skip to content

Commit

Permalink
ci: download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Oct 15, 2023
1 parent 1415b5c commit fed4026
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,14 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(github.head_ref, 'release/') && github.event.pull_request.merged }}
steps:
- name: Download artifacts
- name: Download release note
uses: dawidd6/action-download-artifact@v2
with:
workflow: pre-release.yml
workflow_conclusion: success

- name: Download artifacts
uses: actions/download-artifact@v3

- name: Add Artifacts to Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fed4026

Please sign in to comment.