mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
allow usage of patter in file name
This commit is contained in:
parent
3a48e67411
commit
e4af0bc8fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
@ -503,7 +503,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: artifacts/ton-x86_64-linux/{smartcont,lib}
|
file: artifacts/ton-x86_64-linux/{smartcont,lib}
|
||||||
asset_name: smartcont
|
file_glob: true
|
||||||
tag: ${{ steps.tag.outputs.TAG }}
|
tag: ${{ steps.tag.outputs.TAG }}
|
||||||
|
|
||||||
- name: Upload Linux x86-64 single artifact - fift
|
- name: Upload Linux x86-64 single artifact - fift
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue