Skip to content

Commit

Permalink
Merge pull request #190 from Desiki-high/fix-release-upload
Browse files Browse the repository at this point in the history
fix: checkout code in release upload_binary
  • Loading branch information
imeoer authored Sep 12, 2023
2 parents 49bae7d + d399157 commit 585d64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
OUTPUT_DIR: ${{ github.workspace }}/out
needs: [release_binary]
steps:
- uses: actions/checkout@v4
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 585d64f

Please sign in to comment.