Skip to content

Commit

Permalink
chore: setup for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 21, 2024
1 parent f9c8286 commit 8b8b3a4
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 334 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
cross build --release --target ${{ matrix.target }} --features ${{ matrix.curve }}
mkdir release
cp target/${{ matrix.target }}/release/*.a release/
tar -czvf ${{ matrix.target }}-erc-5564-${{matrix.curve}}.tar.gz release/
tar -czvf ${{ matrix.target }}-${{matrix.curve}}.tar.gz release/
- name: Upload archive artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-archive
path: ${{ matrix.target }}-erc-5564-${{matrix.curve}}.tar.gz
path: ${{ matrix.target }}-${{matrix.curve}}.tar.gz
retention-days: 2

macos:
Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:
cross build --release --target ${{ matrix.target }} --features ${{ matrix.curve }}
mkdir release
cp target/${{ matrix.target }}/release/*.a release/
tar -czvf ${{ matrix.target }}-erc-5564-${{ matrix.curve }}.tar.gz release/
tar -czvf ${{ matrix.target }}-${{ matrix.curve }}.tar.gz release/
- name: Upload archive artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-archive
path: ${{ matrix.target }}-erc-5564-${{ matrix.curve }}.tar.gz
path: ${{ matrix.target }}-${{ matrix.curve }}.tar.gz
retention-days: 2

prepare-prerelease:
Expand Down
Loading

0 comments on commit 8b8b3a4

Please sign in to comment.