Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed Jan 12, 2024
1 parent e5b3b80 commit 3d7fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
artifacts: "kubectl-browse-pvc-darwin.zip,kubectl-browse-pvc-linux.zip"
artifacts: "kubectl-browse-pvc-darwin,kubectl-browse-pvc-linux"

0 comments on commit 3d7fab9

Please sign in to comment.