mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Fix typo in GitHub workflow
Why is there no YAML litner available?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user