Browse Source

Fix incorrect matrix parameter names in repoconfig package upload workflow.

Austin S. Hemmelgarn 2 years ago
parent
commit
6788b577c1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/repoconfig-packages.yml

+ 6 - 6
.github/workflows/repoconfig-packages.yml

@@ -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