Skip to content

Commit

Permalink
Fix for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH authored Jan 10, 2021
1 parent dc48c44 commit 60b1ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: project
path: /
path: /home/runner/work/YandexMusicResolver/
run_tests:
needs: [build]
runs-on: ubuntu-latest
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: project
path: /
path: /home/runner/work/YandexMusicResolver/
- name: Test
run: dotnet test --no-build --verbosity normal
env:
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: project
path: /
path: /home/runner/work/YandexMusicResolver/
- name: Publish NuGet
uses: brandedoutcast/[email protected]
with:
Expand Down

0 comments on commit 60b1ff4

Please sign in to comment.