From 7e1acd7b61250a9fb9da95431457b5d9b6c8ab86 Mon Sep 17 00:00:00 2001 From: JPBM135 Date: Tue, 16 Jan 2024 17:26:31 -0800 Subject: [PATCH] feat(release): release v1 --- .github/workflows/release.yml | 23 +++++++++++------------ releaseVersion | 2 +- src/runnerversion | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 927cf5b1371..cc677c35235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,18 +162,17 @@ jobs: core.setOutput('version', runnerVersion); core.setOutput('note', releaseNote); - - name: Validate Packages HASH - working-directory: _package - run: | - ls -l - echo "${{needs.build.outputs.win-x64-sha}} actions-runner-win-x64-${{ steps.releaseNote.outputs.version }}.zip" | shasum -a 256 -c - echo "${{needs.build.outputs.win-arm64-sha}} actions-runner-win-arm64-${{ steps.releaseNote.outputs.version }}.zip" | shasum -a 256 -c - - # echo "${{needs.build.outputs.osx-x64-sha}} actions-runner-osx-x64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c - # echo "${{needs.build.outputs.osx-arm64-sha}} actions-runner-osx-arm64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c - # echo "${{needs.build.outputs.linux-x64-sha}} actions-runner-linux-x64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c - # echo "${{needs.build.outputs.linux-arm-sha}} actions-runner-linux-arm-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c - # echo "${{needs.build.outputs.linux-arm64-sha}} actions-runner-linux-arm64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # - name: Validate Packages HASH + # working-directory: _package + # run: | + # ls -l + # echo "${{needs.build.outputs.linux-x64-sha}} actions-runner-linux-x64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # echo "${{needs.build.outputs.linux-arm-sha}} actions-runner-linux-arm-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # echo "${{needs.build.outputs.linux-arm64-sha}} actions-runner-linux-arm64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # echo "${{needs.build.outputs.osx-x64-sha}} actions-runner-osx-x64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # echo "${{needs.build.outputs.osx-arm64-sha}} actions-runner-osx-arm64-${{ steps.releaseNote.outputs.version }}.tar.gz" | shasum -a 256 -c + # echo "${{needs.build.outputs.win-x64-sha}} actions-runner-win-x64-${{ steps.releaseNote.outputs.version }}.zip" | shasum -a 256 -c + # echo "${{needs.build.outputs.win-arm64-sha}} actions-runner-win-arm64-${{ steps.releaseNote.outputs.version }}.zip" | shasum -a 256 -c # Create GitHub release - uses: actions/create-release@master diff --git a/releaseVersion b/releaseVersion index ef96e25e847..afaf360d37f 100644 --- a/releaseVersion +++ b/releaseVersion @@ -1 +1 @@ - +1.0.0 \ No newline at end of file diff --git a/src/runnerversion b/src/runnerversion index 96e7232dcb0..afaf360d37f 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.312.0 +1.0.0 \ No newline at end of file