mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-29 03:13:44 -04:00
fix(releases): make sure to use correct hash
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/create-releases.yml
vendored
5
.github/workflows/create-releases.yml
vendored
@@ -88,9 +88,10 @@ jobs:
|
||||
token: ${{ secrets.OPENLLM_PAT }}
|
||||
# NOTE: Keep this section in sync with build-pypi.yml
|
||||
- name: Download Python artifacts
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
|
||||
with:
|
||||
name: python-artefacts
|
||||
pattern: python-artefacts-*
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
- name: Smoke test compiled artefacts
|
||||
run: ls -R dist
|
||||
|
||||
4
.github/workflows/release-notes.yml
vendored
4
.github/workflows/release-notes.yml
vendored
@@ -41,13 +41,13 @@ jobs:
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
- name: Download binaries
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
|
||||
with:
|
||||
pattern: standalone-*
|
||||
merge-multiple: true
|
||||
path: archives
|
||||
- name: Download standalone MacOS
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
|
||||
with:
|
||||
pattern: staged-*
|
||||
merge-multiple: true
|
||||
|
||||
Reference in New Issue
Block a user