Skip to content

Commit

Permalink
fix zip pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed Jan 12, 2024
1 parent a3cd90a commit fb60330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
- name: Zip linux
uses: montudor/action-zip@v1
with:
args: zip -qq -r kubectl-browse-pvc-linux.zip kubectl-browse-pvc-linux
args: zip kubectl-browse-pvc-linux.zip kubectl-browse-pvc-linux/*

- name: Zip darwin
uses: montudor/action-zip@v1
with:
args: zip -qq -r kubectl-browse-pvc-darwin.zip kubectl-browse-pvc-darwin
args: zip kubectl-browse-pvc-darwin.zip kubectl-browse-pvc-darwin/*

- name: Create Release
id: create_release
Expand Down
32 changes: 0 additions & 32 deletions kubectl-browse-pvc.yaml

This file was deleted.

0 comments on commit fb60330

Please sign in to comment.