Skip to content

Commit

Permalink
Fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Apr 12, 2020
1 parent 0b3ec3b commit 810fb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make -j$(nproc)
- name: Bundle
run: |
./build/libtree -e ./build/libtree -e $(which chrpath) -e $(which strip) -d libtree
./build/libtree ./build/libtree $(which chrpath) $(which strip) -d libtree --chrpath --strip
cp src/libtree libtree/libtree
tar -zcvf libtree_x86_64.tar.gz libtree
- name: Create Release
Expand Down

0 comments on commit 810fb15

Please sign in to comment.