Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed May 25, 2021
1 parent cfae5c2 commit ebb1a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cp -rf valgrind-${{ env.VALGRIND_VERSION }}/install/data/local/tmp/valgrind ${{ env.PACKAGENAME }}/
rm -rf ${{ env.PACKAGENAME }}/valgrind/include
rm -rf ${{ env.PACKAGENAME }}/valgrind/share
rm -rf ${{ env.PACKAGENAME }}/valgrind/lib/pkgconfig
rm -rf ${{ env.PACKAGENAME }}/valgrind/lib
zip -9 -r ${{ env.PACKAGENAME }}.zip ${{ env.PACKAGENAME }}
- name: upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ebb1a0a

Please sign in to comment.