Skip to content

Commit

Permalink
fixed yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Feb 20, 2024
1 parent 11af4b6 commit b545b40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: SoG_SGreader
path: SoG_SGreader\bin
uses: actions/upload-artifact@v2
with:
name: SoG_SGreader
path: SoG_SGreader\bin

0 comments on commit b545b40

Please sign in to comment.