Skip to content

Commit

Permalink
Reverted electron
Browse files Browse the repository at this point in the history
  • Loading branch information
JP1016 authored Oct 4, 2019
1 parent c6ad554 commit 9e77f40
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
run: npm run electron:mac
- name: see directory
run: ls
- name: goto release dir
run: cd release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
- uses: lucyio/upload-to-release@master
with:
body_path: ${{ github.workflow }}-CHANGELOG.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: JP1016/Markdown-Electron
path: ./release
action: unpublished
repo-token: ${{ secrets.GITHUB_TOKEN }}
release_id: 1
release-repo: JP1016/Markdown-Electron

0 comments on commit 9e77f40

Please sign in to comment.