Merge pull request #889 from gnosis/fix/release-typo
Update build script
This commit is contained in:
commit
4969db8f61
|
@ -71,7 +71,7 @@ jobs:
|
||||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
|
||||||
- name: 'Upload Artifacts'
|
- name: 'Upload Artifacts'
|
||||||
if: contains(github.ref, "development")
|
if: contains(github.ref, 'development')
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: desktop-artifacts
|
name: desktop-artifacts
|
||||||
|
|
Loading…
Reference in New Issue