From 228b8c9654e1b7c13c449b71bd4698c94b62c266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Liebau?= Date: Wed, 26 May 2021 10:59:38 +0200 Subject: [PATCH] Renamed version artifacts for centos from pr to mr --- .github/workflows/build_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index 8e241b0..79586ef 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -57,7 +57,7 @@ jobs: # We use "mr" instead of "pr" to denote pull request builds, as this prefix comes before "nightly" when lexically # sorting packages by version. This means that when installing the package without specifying a version the # nighly version is considered more current than mr versions and installed by default - run: sed -i -e 's/^version = "\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/version = "\1-pr${{ github.event.number }}"/' Cargo.toml + run: sed -i -e 's/^version = "\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/version = "\1-mr${{ github.event.number }}"/' Cargo.toml - name: Build run: ~/.cargo/bin/cargo +nightly build --verbose --release - name: Build RPM package