diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-09 13:20:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 13:20:21 +0200 |
| commit | 15424566a67b08ddda810405348fc191328515ec (patch) | |
| tree | 25b985bd8ec71e7f7939d2a3dc379f2d7620a9f6 /.github | |
| parent | 2e29aa8d4d5190a1626972475e567c63ad2d1d46 (diff) | |
forgot to add the new build in needs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b613c3c..12f86b9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -73,7 +73,7 @@ jobs: name: publish runs-on: ubuntu-16.04 timeout-minutes: 30 - needs: ['dist-x86_64-pc-windows-msvc'] + needs: ['dist-x86_64-pc-windows-msvc', 'dist-x86_64-unknown-linux-gnu'] steps: - name: Install Nodejs uses: actions/setup-node@v1 |