Fix uploading CI artifacts

This commit is contained in:
Samuel Elliott 2022-05-12 22:21:47 +01:00
parent 009a2af432
commit 1efdfc9deb
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -23,9 +23,10 @@ build:
- dist
- nxapi.tgz
- app
- '!app/mac'
- '!app/win-unpacked'
- '!app/linux-unpacked'
exclude:
- app/mac
- app/win-unpacked
- app/linux-unpacked
publish-npm:
stage: deploy