diff --git a/.github/workflows/build-rpm-arm64.yml b/.github/workflows/build-rpm-arm64.yml index 43c7eb9..ffbe2c2 100644 --- a/.github/workflows/build-rpm-arm64.yml +++ b/.github/workflows/build-rpm-arm64.yml @@ -23,11 +23,8 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: echo env - run: echo "release $RELEASE version $VERSION major $MAJOR submajor $SUBMAJOR minor $MINOR" + run: echo "release $RELEASE version $VERSION" - name: Linux libraries run: | sudo apt update diff --git a/.github/workflows/build-rpm-armhf.yml b/.github/workflows/build-rpm-armhf.yml index 363266b..f406d53 100644 --- a/.github/workflows/build-rpm-armhf.yml +++ b/.github/workflows/build-rpm-armhf.yml @@ -23,9 +23,6 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: Linux libraries run: | sudo apt update diff --git a/.github/workflows/build-rpm-x86-64.yml b/.github/workflows/build-rpm-x86-64.yml index 2a5c6e0..c9d5681 100644 --- a/.github/workflows/build-rpm-x86-64.yml +++ b/.github/workflows/build-rpm-x86-64.yml @@ -23,11 +23,8 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: echo env - run: echo "release $RELEASE version $VERSION major $MAJOR submajor $SUBMAJOR minor $MINOR" + run: echo "release $RELEASE version $VERSION" - name: Linux libraries run: | sudo apt update