Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIndustrial committed Feb 2, 2024
2 parents c4c645b + f261812 commit 9be8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git submodule update --init

- name: Build Package
run: . .\build.ps1; BuildNuGetPackage -BuildType "Release" -Arch "x64" -Version "$(cat .\pkg\nuget\version.in)"
run: . .\build.ps1; Build-Host -BuildType "Release" -Arch "x64"

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9be8dfc

Please sign in to comment.