-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1c0f39
commit 8c83951
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
run: unzip -v NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/ | ||
- 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]" | ||
|