Skip to content

Commit

Permalink
Update dotnet_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck authored Jan 27, 2022
1 parent c7bf56c commit 474e365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Publish
run: dotnet publish -c "Release"
run: dotnet publish -c "Release" -o tmp
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "ci${{ github.run_number }}"
prerelease: true
title: "CI Build ${{ github.run_number }}"
files: |
*.exe
tmp/*.exe

0 comments on commit 474e365

Please sign in to comment.