From 00bdfe78a440f87fc43d5ba71ac1b0bccf1afcef Mon Sep 17 00:00:00 2001 From: rusEFI LLC Date: Sun, 15 Sep 2024 19:40:23 -0400 Subject: [PATCH] making things less confusing --- .github/workflows/build-firmware.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 164078866a..29b4baae11 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -115,12 +115,12 @@ jobs: cp ./firmware/ext/openblt/Host/libopenblt.dylib deliver/ cp ./misc/libopenblt_jni/build/libopenblt_jni.dylib deliver/ - - uses: actions/upload-artifact@v4 - with: - name: bootcommander-linux - path: | - ./deliver/libopenblt.dylib - ./deliver/libopenblt_jni.dylib +# - uses: actions/upload-artifact@v4 +# with: +# name: bootcommander-linux +# path: | +# ./deliver/libopenblt.dylib +# ./deliver/libopenblt_jni.dylib generate-matrix: runs-on: ubuntu-latest