mirror of
https://github.com/shizand/statapp.git
synced 2025-04-03 16:13:44 +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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
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