From 8c6532ca1bea9dce25548e8eb342da438e0af18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sat, 26 Apr 2025 13:47:04 +0200 Subject: [PATCH] Reformat `deploy.yml` file --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bc30fdc4..19ed9295 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: deploy on: push: tags: - - 'v*.*.*' + - "v*.*.*" permissions: actions: read @@ -37,7 +37,8 @@ jobs: - name: Get the Oxipng version id: oxipngMeta - run: echo "version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "oxipng").version')" + run: + echo "version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "oxipng").version')" >> "$GITHUB_OUTPUT" - name: Retrieve ${{ matrix.target }} binary @@ -76,7 +77,7 @@ jobs: tar -vczf "${ARCHIVE_NAME}.tar.gz" "$ARCHIVE_NAME"/*;; esac - - name: Install QEMU and AArch64 cross compiler + - name: Install AArch64 libc components if: matrix.target == 'aarch64-unknown-linux-gnu' run: | sudo apt-get -yq update