Update continuous-build-freebsd.yml

This commit is contained in:
Jakob P. Liljenberg 2022-11-06 04:03:37 +01:00 committed by GitHub
parent f6de85534c
commit 511c3a665c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,8 +38,11 @@ jobs:
pkg install -y gmake gcc11 coreutils git
run: |
gmake
GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
mv bin/btop bin/btop-$GIT_HASH
ls -alh bin
- uses: actions/upload-artifact@v3
with:
name: btop-x86_64-FreeBSD-13.1
path: 'bin/btop'
path: 'bin/*'