Skip to content

Commit

Permalink
Fix workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotaZX committed Sep 23, 2024
1 parent df9f748 commit 72173cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build Patcher
on: [push, pull_request, workflow_dispatch]

permissions:
contents: write

jobs:
build:
name: Build on Windows
Expand Down
2 changes: 1 addition & 1 deletion SharkyPatcher/SharkyPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net462</TargetFramework>
<Version>2.0.0.1</Version>
<Version>2.0.0.2</Version>
<ApplicationIcon>SharkyIcon.ico</ApplicationIcon>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
Expand Down

0 comments on commit 72173cf

Please sign in to comment.