Skip to content

Commit

Permalink
Fix ci2 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored Jul 21, 2022
1 parent 4851eb6 commit 34a105d
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 @@ -81,8 +81,8 @@ jobs:
run: |
mkdir -p final-artifacts
for libc in static glibc musl; do
mkdir -p "packages/netdata-ebpf-co-re-${libc}-${RELEASE_TAG}"
for pkg in artifacts/netdata_ebpf-*_*-${libc}.tar.xz; do
mkdir -p "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}"
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -xvf "${pkg}"
done
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -Jcvf "final-artifacts/netdata-kernel-collector-${libc}-${RELEASE_TAG}.tar.xz" ./
Expand Down

0 comments on commit 34a105d

Please sign in to comment.