From d76f1d466cb8d9ffef7d722d0e4ef5b1a365feff Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:54:19 +0000 Subject: [PATCH] Update reusable-builder-deb.yml --- .github/workflows/reusable-builder-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-builder-deb.yml b/.github/workflows/reusable-builder-deb.yml index a36a052..0c9ca66 100644 --- a/.github/workflows/reusable-builder-deb.yml +++ b/.github/workflows/reusable-builder-deb.yml @@ -99,7 +99,7 @@ jobs: PKG_ARCH="${PKG_ARCH//32}" echo "DOCKER_PLATFORM: ${PKG_ARCH}" make debian DOCKER_PLATFORM=${PKG_ARCH} - echo "filename=${{ inputs.product }}-deb-${PKG_ARCH}" >> $GITHUB_OUTPUT + echo "filename=${{ inputs.product }}-deb-${PKG_ARCH//\/}" >> $GITHUB_OUTPUT - name: Upload artifacts uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2