We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45bc3b commit 4c80805Copy full SHA for 4c80805
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ "master" ]
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
build:
14
strategy:
@@ -50,7 +53,6 @@ jobs:
50
53
with:
51
54
tag_name: v${{ github.run_number }}
52
55
name: Release v${{ github.run_number }}
- files: |
- AutoClicker\bin\Release\AutoClicker.exe
56
+ files: bin/Release/AutoClicker.exe
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments