Compare commits
1 Commits
2.6-runner
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a26981a06 |
@@ -1,5 +1,9 @@
|
|||||||
name: build_package_deb
|
name: build_package_deb
|
||||||
|
|
||||||
|
env:
|
||||||
|
GITEA_USER: staffadmin
|
||||||
|
DEB_OS_TARGET: bullseye
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@@ -35,4 +39,14 @@ jobs:
|
|||||||
version: ${{ gitea.ref_name }} # refs/tags/v*.*.*
|
version: ${{ gitea.ref_name }} # refs/tags/v*.*.*
|
||||||
arch: 'amd64'
|
arch: 'amd64'
|
||||||
depends: 'libc6 (>= 2.2.1), git'
|
depends: 'libc6 (>= 2.2.1), git'
|
||||||
desc: 'this is sample package.'
|
desc: 'this is sample package.'
|
||||||
|
|
||||||
|
- name: Show Information
|
||||||
|
run: sleep 300
|
||||||
|
|
||||||
|
|
||||||
|
# - name: Show Information
|
||||||
|
# run: |
|
||||||
|
# curl --user staffadmin: \
|
||||||
|
# --upload-file path/to/file.deb \
|
||||||
|
# https://gitea.jingoh.fr/api/packages/${{ env.GITEA_USER }}/debian/pool/${{ env.DEB_OS_TARGET }}/main/upload
|
||||||
|
|||||||
Reference in New Issue
Block a user