Skip to content

Commit ba6fd22

Browse files
committed
ci/Suite: 'set-output' is deprecated
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
1 parent 5238d43 commit ba6fd22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Suite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
run: |
3535
sudo apt update
3636
sudo apt install -y curl wget
37-
export LINK=$(curl -s https://api.github.com/repos/Xilinx/RapidWright/releases/latest | grep "browser_download_url.*_jars.zip" | cut -d : -f 2,3 | tr -d \" | tr -d " ")
38-
echo ::set-output name=link::$LINK
37+
echo "link=$(curl -s https://api.github.com/repos/Xilinx/RapidWright/releases/latest | grep "browser_download_url.*_jars.zip" | cut -d : -f 2,3 | tr -d \" | tr -d " ")" >> $GITHUB_OUTPUT
3938
4039
- name: Generate Matrix
4140
id: generate

0 commit comments

Comments
 (0)