Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Jul 11, 2024
1 parent c530f93 commit bd2594c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: dre
bin: depy
target: ${{ matrix.target }}
archive: $bin-$tag-$target
zip: windows
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd2594c

Please sign in to comment.