Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
berticus2016 committed Apr 23, 2023
1 parent 5379c9b commit 25a2278
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
filepath: "./mmrelay.iss"

- name: Upload setup.exe to release
uses: actions/upload-release-asset@v1
uses: svenstaro/upload-release-action@v2
with:
asset_path: MMRelay_setup.exe
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: MMRelay_setup.exe
asset_name: MMRelay_setup.exe
asset_content_type: application/octet-stream
upload_url: ${{ github.event.release.upload_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: true
body: "Windows Installer"

0 comments on commit 25a2278

Please sign in to comment.