Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 authored Dec 20, 2023
1 parent 27296e9 commit 91a847a
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 @@ -47,7 +47,8 @@ jobs:
- name: Pack
working-directory: ${{ env.GIT_REPO_ROOT }}
run: |
cp ../README.md KafkaFlow.ApplicationInsights/readme.md
cp -v ../README.md KafkaFlow.ApplicationInsights/readme.md
ls KafkaFlow.ApplicationInsights
dotnet pack ${{ env.SOLUTION_FILE }} --configuration Debug -o finalpackage -p:PackageVersion=${{ env.MAJOR_MINOR_VERSION }}${{ github.run_number }}
- name: Publish artifact
Expand Down

0 comments on commit 91a847a

Please sign in to comment.