Skip to content

Commit

Permalink
fix(ci): failed to download release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 committed Sep 14, 2024
1 parent bc57ca5 commit b93edc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
role-session-name: "github-action-oomol-lab-ovm-core"
aws-region: us-east-1

- name: Download Release
working-directory: ./out
- name: Upload To S3
run: |
mkdir -p ./out && cd ./out
gh release download \
${{ github.ref_name }} \
-R ${{ github.repository }}
Expand Down

0 comments on commit b93edc7

Please sign in to comment.