Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Jul 4, 2024
1 parent 24f08ae commit 60788cf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
build-and-upload-assets:
needs: create-release
strategy:
matrix:
Expand All @@ -36,8 +36,14 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
- name: Checkout code
uses: actions/checkout@v4

- name: Cache crates
uses: Swatinem/rust-cache@v2

- name: Build and upload
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: ${{ github.event.repository.name }}
target: ${{ matrix.target }}
Expand Down

0 comments on commit 60788cf

Please sign in to comment.