Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 1630105

Browse files
committed
fix
1 parent a2cae90 commit 1630105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then
307307
#GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-${{ env.GHCRPKG_TAG }}"
308308
GHCRPKG_TAG_SRCBUILD="${{ env.GHCRPKG_TAG }}"
309-
GHCRPKG_URL_SRCBUILD="${{ env.GHCRPKG_LOCAL }}/${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-srcbuild"
309+
GHCRPKG_URL_SRCBUILD="${{ env.GHCRPKG_LOCAL }}/${{ env.PKG_FAMILY_LOCAL }}-srcbuild-${{ env.BUILD_ID }}"
310310
export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD
311311
echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"
312312
echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)