Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalaxDev authored Feb 9, 2024
1 parent 6c1ea15 commit 681938e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on: push

jobs:
build:

permissions:
contents: write

runs-on: windows-latest

steps:
Expand All @@ -32,4 +34,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: Switchy\Switchy\Switchy.exe
files: Switchy\Switchy\Release\Switchy.exe

0 comments on commit 681938e

Please sign in to comment.