Skip to content

Commit

Permalink
Update makeRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson committed Jul 8, 2022
1 parent b2c94ef commit 178eb3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
filename: 'RelayRelease.zip'
path: './_Release'
- name: Upload Release
uses: ncipollo/release-action@v1
uses: "marvinpinto/action-automatic-releases@latest"
with:
artifacts: "RelayRelease.zip"
token: ${{ secrets.GITHUB_TOKEN }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
RelayRelease.zip

0 comments on commit 178eb3b

Please sign in to comment.