Update .gitea/workflows/base-build.yml
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 7m35s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 21s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 1m57s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 40s

This commit is contained in:
2025-07-09 20:28:17 -07:00
parent b7cecf0fb2
commit edd24927f0

View File

@@ -194,7 +194,7 @@ jobs:
run: | run: |
for version in $VERSIONS; do for version in $VERSIONS; do
mkdir -p "$version" mkdir -p "$version"
cp "debian-base/$version/debian-$version.tar.bz2" "$version/" cp "temp-check/debian-base/$version/debian-$version.tar.bz2" "$version/"
ls -lh "$version/" ls -lh "$version/"
done done