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 23
23
24
24
- name : Create tar file of the plugins folder
25
25
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 .
27
30
28
31
- name : Create GitHub release and upload asset
29
32
env :
34
37
NOTES="Release of kubeplus kubectl plugins version ${{ github.event.inputs.version }}"
35
38
fi
36
39
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 \
39
42
--title "Release kubeplus-kubectl-plugins-${{ github.event.inputs.version }}" \
40
43
--notes "$NOTES"
You can’t perform that action at this time.
0 commit comments