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
dce2b5acf8
commit
75f44eb7e0
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
|
gh release upload ${{ steps.tag.outputs.tag }} "$file" --clobber
|
||||||
fi
|
fi
|
||||||
done
|
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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue