From 76c6050120c8799af3a756e96d51b805f059f7c8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 6 May 2020 15:48:48 +0200 Subject: [PATCH] Fix typo in GitHub workflow Why is there no YAML litner available? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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