fix: Build errors after cleanup
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/electron.yml
vendored
5
.github/workflows/electron.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user