Skip to content

Commit 5c27ef0

Browse files
committed
fix: remove folder from release asset
1 parent b79e597 commit 5c27ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Version=$VERSION"\
3939
-o release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/kubectl-nic-supportpkg
4040
cp LICENSE release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/
41-
tar czvf release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}
41+
tar czvf release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/ .
4242
done; done
4343
4444
- name: Upload release binaries

0 commit comments

Comments
 (0)