Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Changed the release event to just upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hnanacc committed Feb 17, 2020
1 parent b2cc447 commit 054a9a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/releaseBuild.yml
Expand Up @@ -31,8 +31,7 @@ jobs:
# Publish to GitHub Release.
- name: Release
uses: jasonetco/upload-to-release@v0.1.1
uses: actions/upload-artifact@v1
with:
args: ./dist_electron/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Setup ${{matrix.os}}
path: dist_electron

0 comments on commit 054a9a9

Please sign in to comment.