chore: change desktop upload artifacts action config

pull/100/head
moonrailgun 2 years ago
parent 4cd2267d64
commit c65973f5ec

@ -49,3 +49,9 @@ jobs:
# # If the commit is tagged with a version (e.g. "v1.0.0"),
# # release the app after building
# release: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: desktop-client-artifacts
path: ./client/desktop/release/build

@ -40,7 +40,7 @@ directories:
output: release/build
extraResources:
- ./assets/**
publish:
provider: github
owner: msgbyte
repo: tailchat
# publish:
# provider: github
# owner: msgbyte
# repo: tailchat

Loading…
Cancel
Save