Skip to content

Commit 19b5325

Browse files
authored
Update action.yml
1 parent c0229c7 commit 19b5325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ runs:
3434
using: composite
3535
steps:
3636
- run: |
37-
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-hpc-0.9.1.tar.gz
38-
tar zxf coderrect-linux-hpc-0.9.1.tar.gz
39-
echo "$PWD/coderrect-linux-hpc-0.9.1/bin" >> $GITHUB_PATH
37+
wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
38+
tar zxf coderrect-linux-hpc-develop.tar.gz
39+
echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
4040
cd ${{ inputs.buildPath }}
4141
${{ inputs.cleanCommand }}
4242
shell: bash

0 commit comments

Comments
 (0)