Skip to content

Commit 87a1e2b

Browse files
authored
Update release.yml
1 parent 2a8ba45 commit 87a1e2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434

3535
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v2
36+
- name: Checkout Repository
37+
uses: actions/checkout@v3.5.2
3838

39-
- name: Install Rust
39+
- name: Install Nightly
4040
uses: actions-rs/toolchain@v1
4141
with:
42-
toolchain: stable
42+
toolchain: nightly
4343
override: true
4444

4545
- name: Build
@@ -50,7 +50,7 @@ jobs:
5050
args: --release --target ${{ matrix.target }}
5151

5252
- name: Upload binaries to release
53-
uses: svenstaro/upload-release-action@2.1.1
53+
uses: svenstaro/upload-release-action@2.5.0
5454
with:
5555
repo_token: ${{ secrets.GITHUB_TOKEN }}
5656
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)