We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afa3c0 commit c96f7b8Copy full SHA for c96f7b8
.github/workflows/release_cli.yaml
@@ -54,7 +54,7 @@ jobs:
54
fail-fast: false
55
matrix:
56
include:
57
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
58
platform: linux
59
target: x86_64-unknown-linux-gnu
60
architecture: x64
@@ -154,7 +154,7 @@ jobs:
154
run: tar -C target/${{ matrix.target }}/release -zcvf surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz surfpool
155
156
- name: Store SHA256 Hash of Tar (Linux x64)
157
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.platform == 'linux'
158
id: linux_x64_sha
159
run: |
160
echo "LINUX_X64_SHA=$(sha256sum surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz | awk '{ print $1 }')" >> "$GITHUB_OUTPUT"
0 commit comments