From 7c5bddb9a4116262da1d863c33c72771149f1b4f Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:33:43 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f9a81c..e12cef6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: if: ${{ github.event_name == 'release' && matrix.preset == 'release' }} run: | cd ./build/${{ matrix.preset }} - make package + sudo make package cd - - name: Attest Build Provenance if: ${{ github.event_name == 'release' && matrix.preset == 'release' }}