fdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 13s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-08 05:45:35 -07:00
parent 851d9ffa9b
commit 3fa84dc186

View File

@@ -37,7 +37,7 @@ jobs:
- name: Prepare output directory
run: |
OUTPUT_DIR="$(pwd)/output"
OUTPUT_DIR="/home/runner/_work/${GITEA_REPOSITORY##*/}/output"
mkdir -p "$OUTPUT_DIR"
echo "PWD = $(pwd)"
@@ -53,7 +53,7 @@ jobs:
- name: Build all Debian rootfs versions sequentially
run: |
versions=($VERSIONS)
OUTPUT_DIR="$(pwd)/output"
OUTPUT_DIR="/home/runner/_work/${GITEA_REPOSITORY##*/}/output"
for version in "${versions[@]}"; do
echo "[INFO] Building $version..."