Skip to content

Commit

Permalink
Merge pull request monero-project#64 from stoffu/aeon-v0.14.2
Browse files Browse the repository at this point in the history
get_libwallet_api: use release v0.14.2.1-aeon
  • Loading branch information
aeonix authored May 25, 2022
2 parents 117c317 + 435d320 commit a72afb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: SHA256 checksum
run: openssl sha256 ${{ env.ARTIFACT_NAME }}.tar.bz2
working-directory: build/release
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/release/${{ env.ARTIFACT_NAME }}.tar.bz2
- uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}.tar.bz2
Expand Down Expand Up @@ -146,6 +150,10 @@ jobs:
- name: SHA256 checksum
run: openssl sha256 ${{ env.ARTIFACT_NAME }}.tar.bz2
working-directory: build/release
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/release/${{ env.ARTIFACT_NAME }}.tar.bz2
- uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}.tar.bz2
Expand Down Expand Up @@ -205,6 +213,10 @@ jobs:
- name: SHA256 checksum
run: openssl sha256 ${{ env.ARTIFACT_NAME }}.zip
working-directory: build/release
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/release/${{ env.ARTIFACT_NAME }}.zip
- uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}.zip
Expand Down
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout origin/master
git -C $MONERO_DIR checkout v0.14.2.1-aeon

# get monero core tag
pushd $MONERO_DIR
Expand Down

0 comments on commit a72afb9

Please sign in to comment.