Skip to content

Commit

Permalink
fix: remove folder from release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
dareste committed Jun 10, 2024
1 parent b79e597 commit 5c27ef0
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 5c27ef0

Please sign in to comment.