Skip to content

Commit d76f1d4

Browse files
Update reusable-builder-deb.yml
1 parent 2044416 commit d76f1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-builder-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
PKG_ARCH="${PKG_ARCH//32}"
100100
echo "DOCKER_PLATFORM: ${PKG_ARCH}"
101101
make debian DOCKER_PLATFORM=${PKG_ARCH}
102-
echo "filename=${{ inputs.product }}-deb-${PKG_ARCH}" >> $GITHUB_OUTPUT
102+
echo "filename=${{ inputs.product }}-deb-${PKG_ARCH//\/}" >> $GITHUB_OUTPUT
103103
104104
- name: Upload artifacts
105105
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2

0 commit comments

Comments
 (0)