Fix typo in GitHub workflow

Why is there no YAML litner available?
This commit is contained in:
Robbert van der Helm
2020-05-06 15:48:48 +02:00
parent d3fc9e82c4
commit 76c6050120
+1 -1
View File
@@ -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