From bb2b114a56a03d935b217644a7f766f204570a0e Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 22 Aug 2022 13:38:30 -0600 Subject: [PATCH] publish to any-distro (#3570) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ef928f95a9..1b89b420c26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,7 +84,7 @@ jobs: DEBS="pomerium_${VERSION}-1_amd64.deb pomerium_${VERSION}-1_arm64.deb" for pkg in $(echo $DEBS); do - cloudsmith push deb pomerium/pomerium/debian/any-version $pkg + cloudsmith push deb pomerium/pomerium/any-distro/any-version $pkg done - name: Find latest tag