Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kierepka authored Sep 25, 2024
1 parent 7610b43 commit 27d3792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: List files before publish
run: ls -R .
- name: Build project
run: dotnet build --configuration Release
- name: Build self-contained app
run: dotnet publish --configuration Release -r ${{ matrix.rid }} --self-contained
- name: List files in publish directory
run: ls -R bin/Release/net8.0/${{ matrix.rid }}/publish/
- name: List contents of Release directory
run: ls -R bin/Release/net8.0/
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 27d3792

Please sign in to comment.