Skip to content

Commit

Permalink
ci: fix build/Prepare Artifacts (netdata#19133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Dec 5, 2024
1 parent 6b8c6ba commit 078ecc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ jobs:
mv ../dist-artifacts/* . || exit 1
ln -s ${{ needs.build-dist.outputs.distfile }} netdata-latest.tar.gz || exit 1
cp ../packaging/version ./latest-version.txt || exit 1
cp ../integrations/integrations.js ./integrations.js || exit 1
sha256sum -b ./* > sha256sums.txt || exit 1
cat sha256sums.txt
- name: Store Artifacts
Expand Down

0 comments on commit 078ecc5

Please sign in to comment.