Skip to content

Commit a7d8cbf

Browse files
authored
Merge pull request #4 from nginxinc/areste
fix: remove folder from release asset
2 parents b79e597 + 5c27ef0 commit a7d8cbf

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)