cicd: update release from build pipeline
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
f53dc6d8ab
commit
bd34b53263
|
|
@ -29,8 +29,7 @@ jobs:
|
|||
run: |
|
||||
cd ./dist
|
||||
zip -r ../release.zip . # Adjust the path to your build output directory
|
||||
|
||||
- name: Upload release asset
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
files: release.zip
|
||||
name: system-module
|
||||
path: release.zip
|
||||
|
|
|
|||
Loading…
Reference in New Issue