Skip to content

Commit

Permalink
Fix: actions/build_release> use 'checkout' to retrieve LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent bbbbc99 commit 9c8eb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: retrive artifacts
uses: actions/download-artifact@v2
- name: do Release
Expand Down

0 comments on commit 9c8eb74

Please sign in to comment.