From 286eb25b5b4a65626f0e934a4add9422a4a6ae33 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:02:33 -0500 Subject: [PATCH] move uds version to env var --- .github/workflows/ewyles-testing-arm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ewyles-testing-arm.yaml b/.github/workflows/ewyles-testing-arm.yaml index c68fe44c..7bb1a1dc 100644 --- a/.github/workflows/ewyles-testing-arm.yaml +++ b/.github/workflows/ewyles-testing-arm.yaml @@ -48,7 +48,7 @@ jobs: if: ${{ runner.arch == 'ARM64' }} shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/$UDS_CLI_VERSION/uds-cli_$UDS_CLI_VERSION_Linux_arm64 && chmod +x /usr/local/bin/uds + run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/${{ env.UDS_CLI_VERSION }}/uds-cli_${{ env.UDS_CLI_VERSION }}_Linux_arm64 && chmod +x /usr/local/bin/uds - name: Publish Package run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run -f tasks/fake-publish.yaml package --set FLAVOR=${{ matrix.flavor }}