Skip to content

Commit

Permalink
allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 30, 2021
1 parent 74f8c64 commit d55f234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
with:
name: ${{ matrix.os }}
path: |
dist/**/*.{exe,.deb,.AppImage,.dmg}
dist/**/*.exe
dist/**/*.deb
dist/**/*.AppImage
dist/**/*.dmg}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d55f234

Please sign in to comment.