We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044416 commit d76f1d4Copy full SHA for d76f1d4
1 file changed
.github/workflows/reusable-builder-deb.yml
@@ -99,7 +99,7 @@ jobs:
99
PKG_ARCH="${PKG_ARCH//32}"
100
echo "DOCKER_PLATFORM: ${PKG_ARCH}"
101
make debian DOCKER_PLATFORM=${PKG_ARCH}
102
- echo "filename=${{ inputs.product }}-deb-${PKG_ARCH}" >> $GITHUB_OUTPUT
+ echo "filename=${{ inputs.product }}-deb-${PKG_ARCH//\/}" >> $GITHUB_OUTPUT
103
104
- name: Upload artifacts
105
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
0 commit comments