Compare commits

..

No commits in common. "4615a6d76904d6a1f153a9ff18dcd9fbbcae227a" and "70caa90c097803b11d234e25246394f01bb25dc3" have entirely different histories.

View File

@ -22,14 +22,12 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
id: compile
uses: rust-build/rust-build.action@v1.4.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
TOOLCHAIN_VERSION: stable
- name: Upload artifact
uses: actions/upload-artifact@v3
with: