Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jelacicedin authored Apr 22, 2024
1 parent 2dc5754 commit 0d3ed4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
make -j$(nproc)
make install
- name: List install directory contents
run: |
ls -lah ../install
- name: Package
run: |
cd ../install
Expand All @@ -41,4 +45,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dynamorio-${{ github.run_id }}
path: dynamorio-${{ github.sha }}.tar.gz
path: ../install/dynamorio-${{ github.sha }}.tar.gz

0 comments on commit 0d3ed4a

Please sign in to comment.