Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Install devbox
uses: jetify-com/[email protected]

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -147,7 +140,7 @@ jobs:
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
fi

- uses: actions/upload-artifact@v2.2.4
- uses: actions/upload-artifact@v4
with:
name: bins-${{ matrix.build }}
path: dist
Expand Down
Loading