Skip to content

Commit

Permalink
fix(ci): properly delimit properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent 4e60d09 commit d8b306a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
working-directory: ./Wrapper/FreeImage.NET/cs/Library
run: msbuild.exe Library.csproj /p:Configuration=Release
- name: Pack
shell: cmd
working-directory: ./Wrapper/FreeImage.NET/cs/Library
run: nuget pack Library.csproj -OutputDirectory nupkgs -Version 0.1.0 -Properties version="0.1.0" Configuration=Release
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 d8b306a

Please sign in to comment.