Skip to content

Commit

Permalink
Fix the CI build's install step
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 23, 2023
1 parent a1bbab5 commit 54e1168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install mautil
run: dotnet tool install --global Mono.Addins.UtilTool
- name: Create Package
run: mautil pack NightVisionAddin/bin/Release/net7.0/NightVisionAddin.dll
run: mautil pack NightVisionAddin/bin/Release/net8.0/NightVisionAddin.dll
- name: Upload Package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 54e1168

Please sign in to comment.