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"), # # If the commit is tagged with a version (e.g. "v1.0.0"),
# # release the app after building # # release the app after building
# release: ${{ startsWith(github.ref, 'refs/tags/v') }} # 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 output: release/build
extraResources: extraResources:
- ./assets/** - ./assets/**
publish: # publish:
provider: github # provider: github
owner: msgbyte # owner: msgbyte
repo: tailchat # repo: tailchat

Loading…
Cancel
Save