From 5f2267a6102bf59c32d4c2344363893a95c7f678 Mon Sep 17 00:00:00 2001 From: sk593 Date: Thu, 15 Aug 2024 11:28:45 -0700 Subject: [PATCH] update to edge cli Signed-off-by: sk593 --- .github/workflows/publish-recipes.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 754ba81..68d9b3c 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -43,7 +43,13 @@ jobs: uses: actions/checkout@v3 - name: Parse release version and set environment variables run: python ./.github/scripts/get_release_version.py - - name: Download latest rad CLI + - name: Set up ORAS + uses: oras-project/setup-oras@v1 + with: + version: '1.2.0' + - name: Verify ORAS installation + run: oras version + - name: Download rad CLI run: | echo "Downloading latest rad CLI" wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge