Skip to content

Commit b704afd

Browse files
committed
Merge branch 'main' into feat/improve-gql-abstraction
# Conflicts: # Cargo.lock # Cargo.toml # crates/cli/Cargo.toml # crates/cli/src/cli/mod.rs # crates/cli/src/http/mod.rs
2 parents cecf081 + e82f8bc commit b704afd

35 files changed

Lines changed: 1132 additions & 1852 deletions

.github/workflows/release_cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
include:
57-
- os: ubuntu-20.04
57+
- os: ubuntu-22.04
5858
platform: linux
5959
target: x86_64-unknown-linux-gnu
6060
architecture: x64
@@ -154,7 +154,7 @@ jobs:
154154
run: tar -C target/${{ matrix.target }}/release -zcvf surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz surfpool
155155

156156
- name: Store SHA256 Hash of Tar (Linux x64)
157-
if: matrix.os == 'ubuntu-20.04'
157+
if: matrix.platform == 'linux'
158158
id: linux_x64_sha
159159
run: |
160160
echo "LINUX_X64_SHA=$(sha256sum surfpool-${{ env.SHORT_TARGET_NAME }}.tar.gz | awk '{ print $1 }')" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)