Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Feb 26, 2023
1 parent 7689ddf commit e26d3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Create package
run: |
dotnet pack source\DefaultDocumentation.sln -c Release -o build /p:CI_VERSION=true
dotnet pack source\DefaultDocumentation.sln -c Release /p:PublishDir=build /p:CI_VERSION=true
- name: Publish packages
run: nuget push build\*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Create packages
run: |
dotnet pack source\DefaultDocumentation.sln -c Release -o build /p:Version=${{ github.event.release.tag_name }}
dotnet pack source\DefaultDocumentation.sln -c Release /p:PublishDir=build /p:Version=${{ github.event.release.tag_name }}
- name: Create RELEASE.txt
run: |
Expand Down

0 comments on commit e26d3c0

Please sign in to comment.