Skip to content

Commit c176c3b

Browse files
authored
Merge pull request #76 from arnested/apt-origin-label
Add Origin and Label to APT archive
2 parents 0506fb6 + 86ad9aa commit c176c3b

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)