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
bd34b53263
commit
1d82497a75
|
|
@ -29,7 +29,8 @@ 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: Package Upload
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: system-module
|
name: system-module
|
||||||
path: release.zip
|
path: release.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue