From 60e921bd999c9a7761f1c5cd72d54fd18eb20db2 Mon Sep 17 00:00:00 2001 From: maggie0002 <64841595+maggie0002@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:26:15 +0000 Subject: [PATCH] Name the artifact repositories --- .github/workflows/deploy-production.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index b55deb09..1f5615f0 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -128,7 +128,7 @@ jobs: - name: Upload file uses: actions/upload-artifact@v3 with: - name: artifacts + name: images path: ${{ matrix.filename }}.tar.gz build-electron-app: @@ -286,4 +286,9 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | - artifacts/* + images/* + mac_amd64/* + mac_arm64/* + linux/* + windows/* +