fix: Build errors after cleanup

This commit is contained in:
LukeGus
2025-10-31 21:14:21 -05:00
parent a9709f3877
commit b481405fd8
5 changed files with 3374 additions and 2165 deletions

View File

@@ -54,7 +54,7 @@ jobs:
done
fi
printf '%s\n' "${ALL_TAGS[@]}"
echo "ALL_TAGS=$(printf '%s\n' "${ALL_TAGS[@]}")" >> $GITHUB_ENV
- name: Login to GHCR
uses: docker/login-action@v3

View File

@@ -764,10 +764,11 @@ jobs:
with:
path: artifacts
- name: Get latest release
- name: Get latest release tag
id: get_release
run: |
LATEST_RELEASE=$(gh release list --repo ${{ github.repository }} --limit 1 --json tagName,name,isLatest -q '.[0]') env:
echo "RELEASE_TAG=$(gh release list --repo ${{ github.repository }} --limit 1 --json tagName -q '.[0].tagName')" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ github.token }}
- name: Display artifact structure