Skip to content

Commit

Permalink
update download merge
Browse files Browse the repository at this point in the history
  • Loading branch information
seemenkina committed Nov 7, 2024
1 parent 0efab36 commit ae612f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Upload archive artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-${{matrix.curve}}-archive
name: ${{ matrix.target }}-${{ matrix.curve }}-archive
path: ./sdk/${{ matrix.target }}-${{matrix.curve}}.tar.gz
retention-days: 2

Expand Down Expand Up @@ -110,11 +110,12 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
- run: ls -R ./sdk
- run: ls -R my-artifact
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: *-archive*
name: |
*-archive*
path: ./sdk
merge-multiple: true

Expand Down

0 comments on commit ae612f4

Please sign in to comment.