build: specify rust stable for github actions, tag compile step

This commit is contained in:
Keenan Tims 2023-10-21 19:37:25 -07:00
parent 70caa90c09
commit 976596cbd4
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -28,6 +28,7 @@ jobs:
with: with:
RUSTTARGET: ${{ matrix.target }} RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }} ARCHIVE_TYPES: ${{ matrix.archive }}
TOOLCHAIN_VERSION: stable
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: