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

macniel 2025-09-25 14:37:05 +02:00
parent da53a1a7e8
commit 6fb7b1f5f7
1 changed files with 3 additions and 2 deletions

View File

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