mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add tonlib libraries for Android to release (#1169)
* add android tonlib artifacts to release * change final artifacts access rights
This commit is contained in:
parent
b304b1c7be
commit
eea95aeebb
9 changed files with 26 additions and 11 deletions
|
@ -28,5 +28,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: tonlib-android
|
||||
name: ton-android-tonlib
|
||||
path: artifacts
|
||||
|
|
16
.github/workflows/create-release.yml
vendored
16
.github/workflows/create-release.yml
vendored
|
@ -83,6 +83,14 @@ jobs:
|
|||
workflow_conclusion: success
|
||||
skip_unpack: true
|
||||
|
||||
- name: Download Android Tonlib artifacts
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: build-ton-linux-android-tonlib.yml
|
||||
path: artifacts
|
||||
workflow_conclusion: success
|
||||
skip_unpack: true
|
||||
|
||||
- name: Show all artifacts
|
||||
run: |
|
||||
tree artifacts
|
||||
|
@ -501,3 +509,11 @@ jobs:
|
|||
file: artifacts/ton-wasm-binaries.zip
|
||||
asset_name: ton-wasm-binaries.zip
|
||||
tag: ${{ steps.tag.outputs.TAG }}
|
||||
|
||||
- name: Upload Android Tonlib artifacts
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: artifacts/ton-android-tonlib.zip
|
||||
asset_name: ton-android-tonlib.zip
|
||||
tag: ${{ steps.tag.outputs.TAG }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue