Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jun 10, 2022
1 parent a9cfbc4 commit d3b8238
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: actions/setup-dotnet@v2

- name: Build
run: dotnet publish -o "publish" \
-c Release \
-r win-x64
run: dotnet publish -o "publish" -c Release -r win-x64

- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d3b8238

Please sign in to comment.