From c65973f5ecf7373b137a01d193f242563936e608 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 5 Jul 2023 15:05:53 +0800 Subject: [PATCH] chore: change desktop upload artifacts action config --- .github/workflows/desktop-build.yml | 6 ++++++ client/desktop/electron-builder.yml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index f8364afd..66da7d9b 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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 diff --git a/client/desktop/electron-builder.yml b/client/desktop/electron-builder.yml index 9adb43a1..101876a8 100644 --- a/client/desktop/electron-builder.yml +++ b/client/desktop/electron-builder.yml @@ -40,7 +40,7 @@ directories: output: release/build extraResources: - ./assets/** -publish: - provider: github - owner: msgbyte - repo: tailchat +# publish: +# provider: github +# owner: msgbyte +# repo: tailchat