Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deejaygraham authored Jun 24, 2024
1 parent aacee44 commit 41ce25a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
run: dotnet build --configuration ${{ env.Configuration }}

# Zip the application
- name: Check
run: echo dir

- name: Zip project
uses: thedoctor0/zip-release@master
with:
directory: ./src/UI/bin/{{ env.Configuration }}/net8.0-windows/
filename: NDifference.zip
directory: "./src/UI/bin/{{ env.Configuration }}/net8.0-windows/"
filename: "NDifference.zip"
- name: 🚀 Upload Build Artifacts
id: upload-artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41ce25a

Please sign in to comment.