Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Mar 29, 2020
1 parent d7e901e commit 4b487b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: build_linux
path: dist/**linux**.tar.tgz
path: dist/*linux*.tar.tgz

- name: artifact_darwin
uses: actions/upload-artifact@v2-preview
with:
name: build_darwin
path: dist/**darwin**.tar.tgz
path: dist/*darwin*.tar.tgz

- name: artifact_windows
uses: actions/upload-artifact@v2-preview
with:
name: build_windows
path: dist/**windows**.tar.tgz
path: dist/*windows*.zip

0 comments on commit 4b487b2

Please sign in to comment.