Skip to content

Commit

Permalink
update github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Sep 23, 2023
1 parent f8bf7cb commit 5297bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: dotnet restore Passingwind.CommonLibs.sln

- name: dotnet build
run: dotnet build --no-restore -c Release Passingwind.CommonLibs.sln
run: dotnet build -c Release Passingwind.CommonLibs.sln

- name: dotnet pack
run: dotnet pack --no-build --no-restore -c Release --property:PackageOutputPath=${{github.workspace}}/pack_output Passingwind.CommonLibs.sln
Expand Down

0 comments on commit 5297bfe

Please sign in to comment.