Skip to content

Commit

Permalink
fix(ci): pack as release
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent f5a16a6 commit 4e60d09
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 @@ -67,7 +67,7 @@ jobs:
run: msbuild.exe Library.csproj /p:Configuration=Release
- name: Pack
working-directory: ./Wrapper/FreeImage.NET/cs/Library
run: nuget pack Library.csproj -OutputDirectory nupkgs -Version 0.1.0 -Properties version="0.1.0"
run: nuget pack Library.csproj -OutputDirectory nupkgs -Version 0.1.0 -Properties version="0.1.0" Configuration=Release
- uses: actions/upload-artifact@v4
with:
path: Wrapper/FreeImage.NET/cs/Library/nupkgs
Expand Down

0 comments on commit 4e60d09

Please sign in to comment.