Skip to content

Commit

Permalink
fix: 🐛 release package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiaojiu committed Apr 30, 2024
1 parent 7cf4236 commit 28e6027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Package (Windows)
if: runner.os == 'Windows'
env:
TARGET_NAME: yazi-${{ matrix.target }}
TARGET_NAME: kimika-${{ matrix.target }}
run: |
New-Item -ItemType Directory -Path ${env:TARGET_NAME}
Copy-Item -Path "target\${{ matrix.target }}\release\kimika.exe" -Destination ${env:TARGET_NAME}
Expand All @@ -92,7 +92,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: |
*.tar.gz
*.zip
Expand Down

0 comments on commit 28e6027

Please sign in to comment.