|
@@ -109,18 +109,18 @@ jobs:
|
|
|
if: github.event_name != 'pull_request' && github.repository == 'netdata/netdata'
|
|
|
run: |
|
|
|
.github/scripts/package-upload.sh \
|
|
|
- ${{ matrix.repo_distro }} \
|
|
|
- ${{ matrix.arch }} \
|
|
|
+ ${{ matrix.pkgclouddistro }} \
|
|
|
+ ${{ matrix.platform }} \
|
|
|
${{ matrix.format }} \
|
|
|
netdata/netdata
|
|
|
.github/scripts/package-upload.sh \
|
|
|
- ${{ matrix.repo_distro }} \
|
|
|
- ${{ matrix.arch }} \
|
|
|
+ ${{ matrix.pkgclouddistro }} \
|
|
|
+ ${{ matrix.platform }} \
|
|
|
${{ matrix.format }} \
|
|
|
netdata/netdata-edge
|
|
|
.github/scripts/package-upload.sh \
|
|
|
- ${{ matrix.repo_distro }} \
|
|
|
- ${{ matrix.arch }} \
|
|
|
+ ${{ matrix.pkgclouddistro }} \
|
|
|
+ ${{ matrix.platform }} \
|
|
|
${{ matrix.format }} \
|
|
|
netdata/netdata-repoconfig
|
|
|
- name: Upload Packages
|