Skip to content

Commit 86ad9aa

Browse files
committed
Add Origin and Label to APT archive
1 parent 0506fb6 commit 86ad9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: site
4848
- name: apt-ftparchive release
4949
run: |
50-
apt-ftparchive release . > Release
50+
apt-ftparchive -o APT::FTPArchive::Release::Origin="Arne Jørgensen" -o APT::FTPArchive::Release::Label="${{ steps.go-version.outputs.module }}" release . > Release
5151
gpg -abs --no-tty --batch --yes -o - Release > Release.gpg
5252
gpg --clearsign --no-tty --batch --yes -o - Release > InRelease
5353
working-directory: site

0 commit comments

Comments
 (0)