We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338f37d commit e59431eCopy full SHA for e59431e
.github/workflows/releases.yml
@@ -78,7 +78,7 @@ jobs:
78
popd
79
- name: Run reprepro
80
env:
81
- RELEASES: "focal stable"
+ RELEASES: "focal stable bionic trusty precise xenial"
82
run: |
83
mkdir -p upload
84
for release in $RELEASES; do
0 commit comments