Skip to content

Commit

Permalink
add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 27, 2024
1 parent 106f18b commit a8eb0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Dotnet publish
run: dotnet publish -r ${{matrix.rid}} --self-contained -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false --output buildDir src/Platforms/HolyClient.Desktop

- run: chmod +x ./buildDir/HolyClient.Desktop

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a8eb0b9

Please sign in to comment.