File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 74
74
run : |
75
75
echo "CI_TAG=$(ci/getTag.sh)" >> "$GITHUB_ENV"
76
76
echo "CI_OS_NAME=linux" >> "$GITHUB_ENV"
77
+ echo "CI_OS_VERSION=$(echo "${{ matrix.os }}" | sed 's/ubuntu-//' | sed 's/\.04//')" >> "$GITHUB_ENV"
77
78
78
79
SOLANA_VERSION="$(./ci/solana-version.sh)"
79
80
echo "SOLANA_VERSION=$SOLANA_VERSION" >> "$GITHUB_ENV"
@@ -104,8 +105,8 @@ jobs:
104
105
105
106
- name : Add os version to release name
106
107
run : |
107
- mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.tar.bz2 ${{ env.GEYSER_PLUGIN_NAME }}-release- ${{ matrix.os }}-x86_64-unknown-linux-gnu.tar.bz2
108
- mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.yml ${{ env.GEYSER_PLUGIN_NAME }}-release- ${{ matrix.os }}-x86_64-unknown-linux-gnu.yml
108
+ mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.tar.bz2 ${{ env.GEYSER_PLUGIN_NAME }}-release${{ env.CI_OS_VERSION }}-x86_64-unknown-linux-gnu.tar.bz2
109
+ mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.yml ${{ env.GEYSER_PLUGIN_NAME }}-release${{ env.CI_OS_VERSION }}-x86_64-unknown-linux-gnu.yml
109
110
110
111
- name : Release
111
112
if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments