Skip to content

Commit aa9a22a

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent 3a7ae29 commit aa9a22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- name: Update packages
230230
run: |
231231
sudo apt install dpkg-dev apt-utils
232-
export EMAIL = "[email protected]"
232+
export EMAIL="[email protected]"
233233
dpkg-scanpackages --multiversion . > Packages
234234
gzip -k -f Packages
235235
apt-ftparchive release . > Release

0 commit comments

Comments
 (0)