Fix upload path

This commit is contained in:
Shriraj Hegde 2021-10-09 21:40:11 +05:30
parent e1d6d0a1f2
commit 4f94ecc8ad

View file

@ -29,8 +29,9 @@ 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
ls -alh bin
- uses: actions/upload-artifact@v2
with:
name: btop-x86_64
path: 'bin/x86_64*'
path: 'bin/*'