mirror of
https://github.com/shizand/statapp.git
synced 2025-04-04 08:33:45 +03:00
ci: исправил шаблон выбора файлов для загрузки
This commit is contained in:
parent
930424dfb9
commit
48ae2644e8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -77,4 +77,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run:
|
run:
|
||||||
gh release upload ${{ steps.release.outputs.tag_name }} ./dist/*
|
gh release upload ${{ steps.release.outputs.tag_name }} ./dist/**/*.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user