cicd: update release from build pipeline
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

macniel 2025-09-25 14:10:32 +02:00
parent f53dc6d8ab
commit bd34b53263
1 changed files with 4 additions and 5 deletions

View File

@ -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