mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29: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
|
name: Upload the created artifacts to the releases page
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-bionic, build-focal]
|
needs: [build-bionic, build-focal]
|
||||||
if: ${{ github.event_name == 'release }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
steps:
|
steps:
|
||||||
# They don't allow you to specify multiple file names for these actions
|
# They don't allow you to specify multiple file names for these actions
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user