Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag authored Feb 4, 2024
1 parent af844c6 commit 1addbaf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
os: windows-latest
target: x86_64-pc-windows-msvc
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}

Expand Down Expand Up @@ -65,11 +63,11 @@ jobs:
echo "ASSET=$dir_name.tar.gz" >> $GITHUB_ENV
fi
- name: Upload the binaries
uses: softprops/action-gh-release@v1
- uses: ncipollo/release-action@v1
with:
files: |
${{ env.ASSET }}
artifacts: ${{ env.ASSET }}
#body: "Release for Linux, Windows and MacOS"
draft: true



0 comments on commit 1addbaf

Please sign in to comment.