Skip to content

Commit

Permalink
fix(actions): download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 22, 2023
1 parent 78db44c commit e86258e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: outputs
path: outputs

- run: ls -R

- id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit e86258e

Please sign in to comment.