mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-04 06:23:06 +00:00
Add checkout to fetch the release file
This commit is contained in:
parent
cd3103c3c8
commit
d3ace838da
5
.github/workflows/artifacts.yml
vendored
5
.github/workflows/artifacts.yml
vendored
@ -103,7 +103,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v5
|
- name: Check out sources
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Download artifacts
|
||||||
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user