From 882cad3d1c70c1016b0a7fc2dbb8c813528733da Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Fri, 5 Jan 2024 14:26:23 -0500 Subject: [PATCH] Fix release build (#6) * wip * wip * The restoration of all things. --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92653a6..1ba0ab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: tags: - "v*.*.*" - "nightly" + env: BUILD_TYPE: Release @@ -173,10 +174,8 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: # don't release if the tests are failing - - test-acquire-core-libs - - test-acquire-video-runtime - - test-acquire-driver-common + needs: + - build permissions: write-all steps: - uses: actions/checkout@v3