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