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 016973e commit aacee44
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
# Build the application
- name: Build the application
run: dotnet build --configuration ${{ env.Configuration }}

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test

# Zip the application
- name: Zip project
uses: thedoctor0/zip-release@master
with:
Expand All @@ -55,19 +52,6 @@ jobs:
path: ./src/UI/bin/{{ env.Configuration }}/net8.0-windows/NDifference.zip
if-no-files-found: error

# Zip the application
- name: Zip project
uses: thedoctor0/zip-release@master
with:
type: "zip"
#directory: "./bin/{{ env.Configuration }}/net8.0-windows"
filename: "NDifference.zip"
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "NDifference.zip"
token: ${{ secrets.GITHUB_TOKEN }}

release:
name: Release project
runs-on: ubuntu-latest
Expand Down

0 comments on commit aacee44

Please sign in to comment.