@cryptotaxi247 / netdata-1 / commits / 408dfe772

Fix artifact handling for release artifact uploads. (#11717)

Austin S. Hemmelgarn committed Oct 26, 2021 at 14:33 UTC 408dfe772efbd0bfd403ece7e9598af9ffe0d0e1
1 file changed +2
.github/workflows/release-build.yml
+2
@@ -173,6 +173,7 @@ jobs:
173 uses: actions/download-artifact@v2
174 with:
175 name: final-artifacts
176 + path: final-artifacts
177 - name: Setup Gcloud
178 uses: google-github-actions/setup-gcloud@v0.2.1
179 with:
@@ -216,6 +217,7 @@ jobs:
217 uses: actions/download-artifact@v2
218 with:
219 name: final-artifacts
220 + path: final-artifacts
221 - name: Create Release
222 uses: ncipollo/release-action@v1
223 with: