Skip to content

Commit

Permalink
Update net-core-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Petteri Kautonen authored Dec 26, 2022
1 parent 5f7905f commit dc83cb9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/net-core-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ jobs:
with:
arguments: "/V3"
script-file: ${{ github.workspace }}/Packaging/Windows/setup_amp.nsi
- name: Release
uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
name: amp# installer
path: ${{ github.workspace }}/Packaging/Windows/setup_amp.exe
if-no-files-found: error
files: ${{ github.workspace }}/Packaging/Windows/setup_amp.exe
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit dc83cb9

Please sign in to comment.