Skip to content

Commit

Permalink
Merge pull request #4 from nginxinc/areste
Browse files Browse the repository at this point in the history
fix: remove folder from release asset
  • Loading branch information
dareste authored Jun 10, 2024
2 parents b79e597 + 5c27ef0 commit a7d8cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
-X github.com/nginxinc/nginx-k8s-supportpkg/pkg/version.Version=$VERSION"\
-o release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/kubectl-nic-supportpkg
cp LICENSE release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/
tar czvf release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}
tar czvf release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release/kubectl-nic-supportpkg_${VERSION}_${OS}_${ARCH}/ .
done; done
- name: Upload release binaries
Expand Down

0 comments on commit a7d8cbf

Please sign in to comment.