Update build script
This commit is contained in:
parent
d88c642aa6
commit
9fe11e69af
|
@ -71,7 +71,7 @@ jobs:
|
|||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
- name: 'Upload Artifacts'
|
||||
if: contains(github.ref, "development")
|
||||
if: contains(github.ref, 'development')
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: desktop-artifacts
|
||||
|
|
Loading…
Reference in New Issue