Skip to content

Commit 25617c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
steps:
3636
- run: |
3737
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
38+
tar zxf coderrect-linux-develop.tar.gz
3939
echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
4040
cd ${{ inputs.buildPath }}
4141
${{ inputs.cleanCommand }}

0 commit comments

Comments
 (0)