ci: fix build/Prepare Artifacts (#19133)
Ilya Mashchenko committed
Dec 5, 2024 at 20:27 UTC
078ecc580a82abf85dd4b239055e9e7e3d98d492
1 file changed
-1
.github/workflows/build.yml
-1
@@ -434,7 +434,6 @@ jobs:
434
mv ../dist-artifacts/* . || exit 1
435
ln -s ${{ needs.build-dist.outputs.distfile }} netdata-latest.tar.gz || exit 1
436
cp ../packaging/version ./latest-version.txt || exit 1
437
- cp ../integrations/integrations.js ./integrations.js || exit 1
437
sha256sum -b ./* > sha256sums.txt || exit 1
438
cat sha256sums.txt
439
- name: Store Artifacts