Skip to content

Commit

Permalink
Updating pack workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddynaka authored Sep 6, 2020
1 parent 2d0e5aa commit 85d8af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet build --configuration Release --no-restore -p:Deterministic=true

- name: dotnet pack
run: dotnet pack OpenTelemetry.proj --configuration Release --no-build
run: dotnet pack opentelemetry-dotnet-contrib.proj --configuration Release --no-build

- name: Publish Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 85d8af8

Please sign in to comment.