Skip to content

Commit

Permalink
Merge branch 'main' of github.com:drehren/ra_mp64_srm_convert
Browse files Browse the repository at this point in the history
  • Loading branch information
drehren committed Jan 16, 2023
2 parents 568e386 + d29191a commit b521b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@master
uses: rust-build/rust-build.action@master
with:
TOOLCHAIN_VERSION: stable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit b521b01

Please sign in to comment.