Compare commits
2 Commits
v5.0.0-alp
...
v5.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
f30d299071
|
|||
|
028a803447
|
@@ -16,11 +16,12 @@ jobs:
|
|||||||
- name: Install cargo-deb
|
- name: Install cargo-deb
|
||||||
run: cargo install --quiet cargo-deb
|
run: cargo install --quiet cargo-deb
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
run: cargo deb
|
run: cargo deb --quiet
|
||||||
- name: Upload Debian package to Gitea registry
|
- name: Upload Debian package to Gitea registry
|
||||||
env:
|
env:
|
||||||
GITEA_OWNER: ${{ github.repository_owner }}
|
GITEA_OWNER: ${{ vars.PUBLISH_USERNAME }}
|
||||||
GITEA_SERVER_URL: ${{ github.server_url }}
|
GITEA_SERVER_URL: ${{ github.server_url }}
|
||||||
|
GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||||
DEB_DISTRIBUTIONS: noble,plucky,questing
|
DEB_DISTRIBUTIONS: noble,plucky,questing
|
||||||
DEB_COMPONENT: main
|
DEB_COMPONENT: main
|
||||||
DEB_ARCH: amd64
|
DEB_ARCH: amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user