fix(ci): Use proper variable expression.
This commit is contained in:
parent
6b547019c2
commit
1a3529a3e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
}
|
||||
- name: Upload artifacts
|
||||
uses: actions/github-script@v7
|
||||
continue-on-error: github.event_name == 'pull_request'
|
||||
continue-on-error: ${{ github.event_name == 'pull_request' }}
|
||||
id: boards-upload
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Add table
Reference in a new issue