cicd: fixes format
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
1d82497a75
commit
355ce28615
|
|
@ -31,6 +31,6 @@ jobs:
|
||||||
zip -r ../release.zip . # Adjust the path to your build output directory
|
zip -r ../release.zip . # Adjust the path to your build output directory
|
||||||
- name: Package Upload
|
- name: Package Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: system-module
|
name: system-module
|
||||||
path: release.zip
|
path: release.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue