Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Apr 7, 2021
1 parent 67276e0 commit c045ab4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c045ab4

Please sign in to comment.