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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue