checkout code in release job
This commit is contained in:
parent
988880cf83
commit
3100131125
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -170,6 +170,7 @@ jobs:
|
|||
needs: ["build"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/download-artifact@v2
|
||||
- name: zip binaries
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue