From 27229c8b5ee888629519c48fcf1766932c547e45 Mon Sep 17 00:00:00 2001 From: Alexander Rohde Date: Mon, 19 Feb 2024 10:49:58 +0100 Subject: [PATCH] fix rust version in release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff5a98e..abfe0ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,13 @@ jobs: - target: x86_64-apple-darwin archive: zip steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Compile and release uses: rust-build/rust-build.action@v1.4.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + TOOLCHAIN_VERSION: stable RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }} EXTRA_FILES: "README.md LICENSE config_scheme.json"