mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
fix linux auto-update required latest file missing from CI artifacts
This commit is contained in:
parent
fdc2ef81c3
commit
fa06a3fbe1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -176,6 +176,9 @@ jobs:
|
|||
gh release upload ${{ steps.tag.outputs.tag }} "$file" --clobber
|
||||
fi
|
||||
done
|
||||
if [ -f "artifacts/linux-release/latest-linux.yml" ]; then
|
||||
gh release upload ${{ steps.tag.outputs.tag }} "artifacts/linux-release/latest-linux.yml" --clobber
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue