mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-03 05:53:10 +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
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v5
|
||||
- name: Check out sources
|
||||
uses: actions/checkout@v4
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: dist
|
||||
- name: Create release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user