From b2da985c130b9b2b3abf405c2b249c9605f84e28 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Tue, 19 Nov 2024 13:46:10 +0000 Subject: [PATCH] ci: testing upload to discord --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fcba94a..8d4f7bd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,13 @@ jobs: RENDERER_VITE_INTERCOM_APP_ID: ${{ vars.RENDERER_VITE_INTERCOM_APP_ID }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload build to Discord + uses: sinshutu/upload-to-discord@master + env: + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} + with: + args: ./dist/*-portable.exe ./dist/*.deb + - name: Create artifact uses: actions/upload-artifact@v4 with: @@ -68,10 +75,3 @@ jobs: path: | dist/*-portable.exe dist/*.deb - - - name: Upload build to Discord - uses: sinshutu/upload-to-discord@master - env: - DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - with: - args: ./dist/*-portable.exe ./dist/*.deb