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