sdfghdfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled

This commit is contained in:
2025-07-07 10:33:21 -07:00
parent e4dad6e171
commit ed4315bfb7

View File

@@ -68,17 +68,11 @@ jobs:
echo "Contents:"
ls -R
- name: Clone upload repo
run: git clone "${{ env.REPO_URL }}" upload-repo
- name: Copy sha256sums.txt to upload-repo
run: |
if [[ -f sha256sums.txt ]]; then
cp sha256sums.txt upload-repo/
else
echo "[ERROR] sha256sums.txt not found"
exit 1
fi
- name: Upload SHA256 checksums
uses: actions/upload-artifact@v3
with:
name: sha256sums
path: sha256sums.txt
push-archives-to-repo:
needs: build-rootfs-archives
@@ -92,6 +86,11 @@ jobs:
- name: Clone upload repo
run: git clone "${{ env.REPO_URL }}" upload-repo
- name: Download SHA256 checksums
uses: actions/download-artifact@v3
with:
name: sha256sums
- name: Clean old archives in upload-repo
run: rm -rf upload-repo/*/*.tar.bz2