Skip to content

Commit

Permalink
check out repo in teh prerelease job
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jun 9, 2021
1 parent 3270a2f commit e969172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ jobs:
needs: [build-amd64, build-arm64, build-arm, build-win64, build-macos-amd64, build-macos-arm64]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: unstable

- name: Download artefacts
uses: actions/download-artifact@v2

Expand Down

0 comments on commit e969172

Please sign in to comment.