Skip to content

Commit

Permalink
Fix staging path for artifact consolidation in release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Mar 21, 2022
1 parent c902268 commit 334007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
mkdir -p final-artifacts
for libc in static glibc musl; do
mkdir -p "packages/netdata-ebpf-co-re-${libc}-${RELEASE_TAG}"
mkdir -p "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}"
for pkg in artifacts/netdata_ebpf-*_*-${libc}.tar.xz; do
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -xvf "${pkg}"
done
Expand Down

0 comments on commit 334007e

Please sign in to comment.