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: |
|
run: |
|
||||||
cd ./dist
|
cd ./dist
|
||||||
zip -r ../release.zip . # Adjust the path to your build output directory
|
zip -r ../release.zip . # Adjust the path to your build output directory
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
- name: Upload release asset
|
with:
|
||||||
uses: akkuman/gitea-release-action@v1
|
name: system-module
|
||||||
with:
|
path: release.zip
|
||||||
files: release.zip
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue