File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : Create tar file of the plugins folder
2525 run : |
26- tar -czvf kubeplus-kubectl-plugins-${{ github.event.inputs.version }}.tar.gz -C plugins .
26+ tar -cvf kubectl-plugins-${{github.event.inputs.version}}.tar plugins/
27+ gzip kubectl-plugins-${{github.event.inputs.version}}.tar
28+
29+ #tar -czvf kubectl-plugins-${{ github.event.inputs.version }}.tar.gz -C plugins .
2730
2831 - name : Create GitHub release and upload asset
2932 env :
3437 NOTES="Release of kubeplus kubectl plugins version ${{ github.event.inputs.version }}"
3538 fi
3639
37- gh release create kubeplus- kubectl-plugins-${{ github.event.inputs.version }} \
38- kubeplus- kubectl-plugins-${{ github.event.inputs.version }}.tar.gz \
40+ gh release create kubectl-plugins-${{ github.event.inputs.version }} \
41+ kubectl-plugins-${{ github.event.inputs.version }}.tar.gz \
3942 --title "Release kubeplus-kubectl-plugins-${{ github.event.inputs.version }}" \
4043 --notes "$NOTES"
You can’t perform that action at this time.
0 commit comments