mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 04:19:30 +00:00
Merge 7645a3f505ec58cddf04f8ebf00b48972c933cd2 into fe8a3e66258757aa1eedde2657de71793d0f4f38
This commit is contained in:
commit
cf45067a5a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -424,6 +424,9 @@ jobs:
|
||||
needs: [build, release-tests]
|
||||
if: needs.build.result == 'success' && needs.release-tests.result == 'success'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set conditional env variables
|
||||
shell: bash
|
||||
run: |
|
||||
@ -454,6 +457,7 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
/tmp/release/*-*
|
||||
openapi.yaml
|
||||
make_latest: true
|
||||
|
||||
- name: Generate Python SDK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user