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 45690cf commit 0efab36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 All @@ -110,11 +110,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
- run: ls -R ./sdk
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: |
*-archive
name: *-archive*
path: ./sdk
merge-multiple: true

Expand Down

0 comments on commit 0efab36

Please sign in to comment.