Skip to content

Commit 94b1ef5

Browse files
fix nightly build (#2640)
1 parent a2cbcff commit 94b1ef5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nightly_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ jobs:
243243
needs: [build-amd64, build-arm64, build-arm, build-win64, build-macos-amd64, build-macos-arm64]
244244
runs-on: ubuntu-latest
245245
steps:
246+
- name: Checkout code
247+
uses: actions/checkout@v2
248+
with:
249+
ref: unstable
250+
246251
- name: Download artefacts
247252
uses: actions/download-artifact@v2
248253

@@ -271,7 +276,7 @@ jobs:
271276
uses: dev-drprasad/[email protected]
272277
with:
273278
delete_release: true
274-
tag_name: latest
279+
tag_name: latest
275280
env:
276281
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
277282

0 commit comments

Comments
 (0)