Skip to content

Commit a25ba97

Browse files
authored
fix(ci): fixing naming and removing windows targets (#2)
1 parent c530f93 commit a25ba97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@ jobs:
2626
os: ubuntu-latest
2727
- target: x86_64-apple-darwin
2828
os: macos-latest
29-
- target: x86_64-pc-windows-msvc
30-
os: windows-latest
3129
runs-on: ${{ matrix.os }}
3230
steps:
3331
- uses: actions/checkout@v4
3432
- uses: taiki-e/upload-rust-binary-action@v1
3533
with:
36-
bin: dre
34+
bin: depy
3735
target: ${{ matrix.target }}
3836
archive: $bin-$tag-$target
39-
zip: windows
4037
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)