Skip to content

Commit

Permalink
Use a different release artifact push tool
Browse files Browse the repository at this point in the history
  • Loading branch information
drey7925 authored Dec 22, 2023
1 parent cd2540a commit af29daa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
choco install ninja
cargo build --release --bin perovskite_client
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: AButler/[email protected]
with:
args: 'target/release/perovskite-*'
files: "target/release/perovskite_client.exe"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af29daa

Please sign in to comment.