Skip to content

Commit

Permalink
fix(cd): bump setup-rust-action to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 30, 2020
1 parent 9a33516 commit 5350b11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ jobs:
target: aarch64-linux-android

steps:
- uses: hecrj/setup-rust-action@v1.3.1
- uses: hecrj/setup-rust-action@v1.3.3
with:
rust-version: nightly

- uses: actions/checkout@v1
- name: Build
run: ci/action.sh release ${{ matrix.target }}

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 5350b11

Please sign in to comment.