Fix incorrect matrix parameter names in repoconfig package upload workflow.
Austin S. Hemmelgarn committed
Dec 13, 2022 at 13:18 UTC
6788b577c1384ca40c3420ec0851804dfb60a6b7
1 file changed
+6
-6
.github/workflows/repoconfig-packages.yml
+6
-6
@@ -109,18 +109,18 @@ jobs:
109
if: github.event_name != 'pull_request' && github.repository == 'netdata/netdata'
110
run: |
111
.github/scripts/package-upload.sh \
112
- ${{ matrix.repo_distro }} \
113
- ${{ matrix.arch }} \
112
+ ${{ matrix.pkgclouddistro }} \
113
+ ${{ matrix.platform }} \
114
${{ matrix.format }} \
115
netdata/netdata
116
.github/scripts/package-upload.sh \
117
- ${{ matrix.repo_distro }} \
118
- ${{ matrix.arch }} \
117
+ ${{ matrix.pkgclouddistro }} \
118
+ ${{ matrix.platform }} \
119
${{ matrix.format }} \
120
netdata/netdata-edge
121
.github/scripts/package-upload.sh \
122
- ${{ matrix.repo_distro }} \
123
- ${{ matrix.arch }} \
122
+ ${{ matrix.pkgclouddistro }} \
123
+ ${{ matrix.platform }} \
124
${{ matrix.format }} \
125
netdata/netdata-repoconfig
126
- name: Upload Packages