We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0229c7 commit 19b5325Copy full SHA for 19b5325
action.yml
@@ -34,9 +34,9 @@ runs:
34
using: composite
35
steps:
36
- 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
+ wget https://public-installer-pkg.s3.us-east-2.amazonaws.com/coderrect-linux-develop.tar.gz
+ tar zxf coderrect-linux-hpc-develop.tar.gz
+ echo "$PWD/coderrect-linux-develop/bin" >> $GITHUB_PATH
40
cd ${{ inputs.buildPath }}
41
${{ inputs.cleanCommand }}
42
shell: bash
0 commit comments