Skip to content

Commit

Permalink
Update reusable-builder-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Jun 22, 2024
1 parent 2044416 commit d76f1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-builder-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76f1d4

Please sign in to comment.