From c6ce2c3787574266877d2e18a6668f5c8ed874c0 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 27 Dec 2024 10:29:22 +0200 Subject: [PATCH] Update build_and_tests.yaml Signed-off-by: Radu Marias --- .github/workflows/build_and_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_tests.yaml b/.github/workflows/build_and_tests.yaml index c773791..a3a6aeb 100644 --- a/.github/workflows/build_and_tests.yaml +++ b/.github/workflows/build_and_tests.yaml @@ -24,7 +24,7 @@ jobs: package: needs: [ version, build_and_test ] - uses: xoriors/rencfs/.github/workflows/package_reusable2.yaml@main + uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main with: upload_artifacts: false version: ${{ needs.version.outputs.version }}