Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn9499 committed Apr 30, 2023
1 parent 241f4e3 commit fca9e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: ${{ steps.Build.outputs.filename }}
path: ${{ steps.Build.outputs.artifactpath }}
name: ProcessAudiobooks-UI
path: ./ProcessAudiobooks-UI/bin/Release/**

0 comments on commit fca9e12

Please sign in to comment.