Skip to content

Commit 4c80805

Browse files
authored
Update dotnet-desktop.yml
1 parent a45bc3b commit 4c80805

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
build:
1114
strategy:
@@ -50,7 +53,6 @@ jobs:
5053
with:
5154
tag_name: v${{ github.run_number }}
5255
name: Release v${{ github.run_number }}
53-
files: |
54-
AutoClicker\bin\Release\AutoClicker.exe
56+
files: bin/Release/AutoClicker.exe
5557
env:
5658
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)