Skip to content

Commit 82adca8

Browse files
committed
try and fix conf dir
1 parent a58a1f4 commit 82adca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo ${{secrets.GPG_PASSPHRASE}} | /usr/lib/gnupg2/gpg-preset-passphrase --preset 6D05600E91B6B2104C6E291A2072C6F511C291AE
5252
echo "Moving on to reprepro..."
5353
mkdir upload
54-
for file in *.deb ; do /usr/bin/reprepro includedeb stable $file ; done
54+
for file in *.deb ; do /usr/bin/reprepro --confdir="+b/script" includedeb stable $file ; done
5555
- name: "Select repo artifacts"
5656
# Select only final repo artifacts
5757
# (this makes reprepro runs stateless)

0 commit comments

Comments
 (0)