Skip to content

Commit

Permalink
use gh cli for upload smartcont_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 31, 2025
1 parent e391f82 commit c1e8834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,14 @@ jobs:
asset_name: ton-linux-x86_64.zip
tag: ${{ steps.tag.outputs.TAG }}

- name: Upload generic smartcont+lib artifact
run: |
mkdir smartcont_lib
cd smartcont_lib
cp -r artifacts/ton-x86_64-linux/{smartcont,lib} .
zip -r smartcont_lib.zip .
gh release upload ${{ steps.tag.outputs.TAG }} smartcont_lib.zip
- name: Upload generic smartcont+lib artifact
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit c1e8834

Please sign in to comment.