Fix uploading

Remove distclean
This commit is contained in:
Shriraj Hegde 2021-10-09 21:30:40 +05:30
parent 39eb6c396f
commit 02cdd9d759
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ jobs:
make CXX=g++-11 ARCH=x86_64
GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
mv bin/btop bin/btop-x86_64-$GIT_HASH
make distclean
- uses: actions/upload-artifact@v2
with: