Skip to content

Commit

Permalink
add upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 27, 2024
1 parent de55c4d commit 282b24b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/devbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- run: dotnet --version

- name: Dotnet publish
run: dotnet publish -r ${{matrix.rid}} --self-contained -p:PublishSingleFile=true --output buildDir src/Platforms/HolyClient.Desktop
run: dotnet publish -r ${{matrix.rid}} --self-contained -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false --output buildDir src/Platforms/HolyClient.Desktop

- name: Upload artifact
run: dir buildDir

uses: actions/upload-artifact@v4
with:
path: buildDir/HolyClient.Desktop
name: HolyClient.Desktop-${{matrix.rid}}

0 comments on commit 282b24b

Please sign in to comment.