Skip to content

Commit

Permalink
pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Nov 29, 2024
1 parent 694f188 commit 7499978
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,5 @@ jobs:
name: ${{ env.OUTPUT_DIR }}-x86_64-unknown-linux-gnu
path: bin/x86_64-unknown-linux-gnu

- name: Download aarch64-unknown-linux-gnu
uses: actions/download-artifact@v4
with:
name: ${{ env.OUTPUT_DIR }}-aarch64-unknown-linux-gnu
path: bin/aarch64-unknown-linux-gnu
- name: dotnet pack
run: dotnet pack -p:LibDatadogBinariesOutputDir=${{ env.OUTPUT_DIR }} -p:LibDatadogVersion=1.0.0-ci.${{ github.event.number }}.${{ github.run_number }} -o packages

0 comments on commit 7499978

Please sign in to comment.