Skip to content

Commit

Permalink
remove upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 13, 2024
1 parent a339a3a commit a60a5cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
run: msbuild $env:Solution_Name /t:Rebuild /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}

# Publish Artifacts
- name: 'Publish Artifacts'
uses: actions/[email protected]
with:
name: 'artifactory'
path: ./Analogy.Updater/bin/${{ matrix.configuration }}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

0 comments on commit a60a5cb

Please sign in to comment.