Skip to content

Commit

Permalink
Name the artifact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Dec 27, 2022
1 parent b3efdf9 commit 60e921b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -286,4 +286,9 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
artifacts/*
images/*
mac_amd64/*
mac_arm64/*
linux/*
windows/*

0 comments on commit 60e921b

Please sign in to comment.