cicd: we are getting close
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

macniel 2025-09-25 14:33:39 +02:00
parent 2f75c2f519
commit da53a1a7e8
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ jobs:
- name: Package build output
run: |
cd ./dist
zip -r ../release.zip . # Adjust the path to your build output directory
zip -r /tmp/dsa41_release.zip . # Adjust the path to your build output directory
- name: Package Upload
uses: akkuman/gitea-release-action@v1
with:
server_url: https://git.macniel.online
path: release.zip
path: /tmp/dsa41_release.zip