cicd: we are getting close
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
da53a1a7e8
commit
6fb7b1f5f7
|
|
@ -28,9 +28,10 @@ jobs:
|
|||
- name: Package build output
|
||||
run: |
|
||||
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
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
server_url: https://git.macniel.online
|
||||
path: /tmp/dsa41_release.zip
|
||||
files: /tmp/release.zip
|
||||
|
|
|
|||
Loading…
Reference in New Issue