Skip to content

Commit

Permalink
fix nightly build (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru authored Jun 9, 2021
1 parent a2cbcff commit 94b1ef5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 Expand Up @@ -271,7 +276,7 @@ jobs:
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: latest
tag_name: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 94b1ef5

Please sign in to comment.