Update continuous-build-macos.yml

This commit is contained in:
Jakob P. Liljenberg 2022-10-23 19:41:12 +02:00 committed by GitHub
parent f05a0560db
commit f9de2598e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Compile
run: |
make CXX=g++-11 ARCH=x86_64 STATIC=true STRIP=true
@ -28,7 +28,7 @@ jobs:
mv bin/btop bin/btop-x86_64-BigSur-$GIT_HASH
ls -alh bin
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: btop-x86_64-macos-BigSur
path: 'bin/*'