From 511c3a665c43f01569019d7ccd0863c643665e52 Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Sun, 6 Nov 2022 04:03:37 +0100 Subject: [PATCH] Update continuous-build-freebsd.yml --- .github/workflows/continuous-build-freebsd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index 771161c..0c49f8f 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -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/*'