Update .gitea/workflows/build-and-release.yml
This commit is contained in:
@@ -40,6 +40,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
|
- name: Flatten all artifacts into ./dist
|
||||||
|
run: |
|
||||||
|
find ./dist -type f -name 'app-*' -exec mv {} ./dist/ \;
|
||||||
|
|
||||||
- name: Create Release & Attach Files
|
- name: Create Release & Attach Files
|
||||||
uses: rosven9856/gitea_creating_release_action@master
|
uses: rosven9856/gitea_creating_release_action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user