We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c530f93 commit a25ba97Copy full SHA for a25ba97
.github/workflows/release.yaml
@@ -26,15 +26,12 @@ jobs:
26
os: ubuntu-latest
27
- target: x86_64-apple-darwin
28
os: macos-latest
29
- - target: x86_64-pc-windows-msvc
30
- os: windows-latest
31
runs-on: ${{ matrix.os }}
32
steps:
33
- uses: actions/checkout@v4
34
- uses: taiki-e/upload-rust-binary-action@v1
35
with:
36
- bin: dre
+ bin: depy
37
target: ${{ matrix.target }}
38
archive: $bin-$tag-$target
39
- zip: windows
40
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments