Skip to content

Commit

Permalink
limit use
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 30, 2021
1 parent c37a641 commit 61968d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ jobs:
yarn run dist --publish onTag
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cleanup artifacts
run: |
npx rimraf 'dist/\!(*.exe|*.deb|*.AppImage|*.dmg)'
if: matrix.os != 'windows-2019'
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: ${{ matrix.os }}
path: dist
path: dist/(*.exe|*.deb|*.AppImage|*.dmg)
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 61968d9

Please sign in to comment.