diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92afcafa..2df48371 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,7 @@ jobs: name: Upload the created artifacts to the releases page runs-on: ubuntu-latest needs: [build-bionic, build-focal] - if: ${{ github.event_name == 'release }} + if: ${{ github.event_name == 'release' }} steps: # They don't allow you to specify multiple file names for these actions - uses: actions/download-artifact@v2