We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f652822 commit e6a0edaCopy full SHA for e6a0eda
1 file changed
.github/workflows/prerelease.yml
@@ -51,6 +51,9 @@ jobs:
51
for pkg in ziti-ssh ziti-scp ziti-ssh-ca ziti-ssh-host; do
52
for arch in amd64 arm64; do
53
jf rt upload \
54
+ --flat=true \
55
+ --recursive=false \
56
+ --deb "debian/main/${arch}" \
57
"dist/${pkg}_${VERSION}-1_${arch}.deb" \
58
"${NF_DEB_TEST_REPO}/pool/${pkg}/${arch}/"
59
done
@@ -63,6 +66,8 @@ jobs:
63
66
64
67
65
68
69
70
71
"dist/${pkg}-${VERSION}-1.${RPM_ARCH[$arch]}.rpm" \
72
"${NF_RPM_TEST_REPO}/redhat/${RPM_ARCH[$arch]}/"
73
0 commit comments