From 4ac96654eddf52f8bec46bf399c07173cae5b2dd Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 3 Apr 2024 09:06:07 +0200 Subject: [PATCH] chore(linux): Fix typo --- .github/workflows/deb-packaging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deb-packaging.yml b/.github/workflows/deb-packaging.yml index 3ecfd6d2a3e..4c2eff56dab 100644 --- a/.github/workflows/deb-packaging.yml +++ b/.github/workflows/deb-packaging.yml @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build - uses: ./.github/actions/build-binary-package + uses: ./.github/actions/build-binary-packages with: dist: ${{ matrix.dist }} version: ${{ needs.sourcepackage.outputs.VERSION }} @@ -140,7 +140,7 @@ jobs: steps: - name: Build continue-on-error: true - uses: ./.github/actions/build-binary-package + uses: ./.github/actions/build-binary-packages with: dist: ${{ matrix.dist }} version: ${{ needs.sourcepackage.outputs.VERSION }}