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 d5ab169 commit 2519739Copy full SHA for 2519739
.github/workflows/plugin.yaml
@@ -45,8 +45,7 @@ jobs:
45
- name: Upload artifacts to release
46
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
47
with:
48
- files: |
49
- dist/kubectl-ingress-nginx_*
+ files: dist/kubectl-ingress-nginx_*
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
0 commit comments