Skip to content

Commit 4cfa46d

Browse files
committed
ci: pack version
1 parent 24023ac commit 4cfa46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: pack
8080
run: |
8181
echo "[+] Packing NuGet package"
82-
dotnet pack --configuration Release -o build /p:Version=${{ needs.version.outputs.version }}
82+
dotnet pack --configuration Release -o build -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
8383
8484
- name: collect artifacts
8585
shell: bash

0 commit comments

Comments
 (0)