We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422028c commit cb56796Copy full SHA for cb56796
.github/workflows/release.yml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Create release archive
51
run: |
52
- tar -cf ../kubernetes-template.tar *.tf
53
- echo ::set-output name=ARCHIVE_PATH::../kubernetes-template.tar
+ tar -cf kubernetes-devel-template.tar *.tf
+ echo ::set-output name=ARCHIVE_PATH::kubernetes-devel-template.tar
54
55
56
- name: Create Release
0 commit comments