Skip to content

Commit

Permalink
fix release bug
Browse files Browse the repository at this point in the history
Signed-off-by: wuyingjun <[email protected]>
  • Loading branch information
wuyingjun-lucky committed Sep 19, 2023
1 parent 9ba491a commit c2bba75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
# step4: create release
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
_output/release/kosmosctl-${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit c2bba75

Please sign in to comment.