This commit is contained in:
cupcakearmy 2021-04-07 14:52:53 +02:00
parent 67276e0119
commit c045ab43bf
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 11 additions and 9 deletions

View File

@ -17,13 +17,15 @@ jobs:
- run: yarn install --frozen-lockfile
- name: Build
run: yarn run dist
- run: ls out
- name: Create release
uses: softprops/action-gh-release@v0.1.5
with:
files: |
*.dmg
*.deb
*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ls out
# - name: Create release
# uses: softprops/action-gh-release@v0.1.5
# with:
# files: |
# *.dmg
# *.deb
# *.AppImage
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}