Skip to content

Commit

Permalink
revert yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Sep 2, 2023
1 parent e4d4874 commit af318ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Publish Artifacts
- name: 'Publish Artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: 'artifactory'
path: |
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Download Artifact'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v1
with:
name: 'artifactory'
- name: 'Dotnet NuGet Push'
Expand Down
1 change: 1 addition & 0 deletions Analogy.CommonUtilities.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6DDDA7B-41A7-4688-8D71-4DA31D1A5C68}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit af318ec

Please sign in to comment.