Skip to content

Commit

Permalink
fix: build artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
lybekk authored Jul 21, 2020
1 parent e985702 commit 119f3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
uses: actions/upload-artifact@v2
if: matrix.os == 'windows-latest'
with:
name: electron-linux-artifact
name: electron-windows-artifact
path: dist_electron/offpim_desktop.exe

- name: Archive production artifact - Mac
uses: actions/upload-artifact@v2
if: matrix.os == 'macos-latest'
with:
name: electron-linux-artifact
name: electron-mac-artifact
path: dist_electron/offpim_desktop.dmg


Expand Down

0 comments on commit 119f3a6

Please sign in to comment.