Skip to content

Commit

Permalink
adjust syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Nov 27, 2023
1 parent 8c83951 commit 9cb79ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
file: 'NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unzip NUnit Asset dir
run: unzip -v NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/
run: unzip -v -d NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }} NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip
- name: Copy NUnit Asset dir
run: cp -r NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/bin/net6.0/* docs/api/
- uses: "nunit/[email protected]"
Expand Down

0 comments on commit 9cb79ef

Please sign in to comment.