1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

publish electron builder

This commit is contained in:
JoelTrain 2022-08-23 17:40:42 -05:00
parent fb02e1d461
commit bb588754c9
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -63,6 +63,9 @@ jobs:
- name: Clear CA trust
run: rm -rf node_modules/win-ca/pem
- name: Electron Builder
run: yarn run electron-builder --publish onTag --win --dir
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with: