cicd: fixes format
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

macniel 2025-09-25 14:16:33 +02:00
parent 355ce28615
commit ed5061f83f
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
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
- name: Package Upload - name: Package Upload
uses: actions/upload-artifact@v4 uses: akkuman/gitea-release-action@v1
with: with:
name: system-module server_url: https://git.macniel.online
path: release.zip path: release.zip