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
2f75c2f519
commit
da53a1a7e8
|
|
@ -28,9 +28,9 @@ jobs:
|
||||||
- name: Package build output
|
- name: Package build output
|
||||||
run: |
|
run: |
|
||||||
cd ./dist
|
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
|
- 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: release.zip
|
path: /tmp/dsa41_release.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue