|
40 | 40 | - name: Add NVCC problem matcher |
41 | 41 | shell: bash --noprofile --norc -euo pipefail {0} |
42 | 42 | run: | |
43 | | - echo "::add-matcher::${{github.event.repository.name}}/.github/problem-matchers/problem-matcher.json" |
| 43 | + echo "::add-matcher::${{github.workspace}}/.github/problem-matchers/problem-matcher.json" |
44 | 44 | - name: Get AWS credentials for sccache bucket |
45 | 45 | uses: aws-actions/configure-aws-credentials@v4 |
46 | 46 | with: |
|
51 | 51 | uses: actions/download-artifact@v4 |
52 | 52 | with: |
53 | 53 | name: wheelhouse-${{ inputs.producer_id || inputs.id }} |
54 | | - path: ${{github.event.repository.name}}/wheelhouse/ |
| 54 | + path: wheelhouse/ |
55 | 55 | continue-on-error: true |
56 | 56 | - name: Run command # Do not change this step's name, it is checked in parse-job-times.py |
57 | 57 | shell: bash --noprofile --norc -euo pipefail {0} |
@@ -110,7 +110,7 @@ runs: |
110 | 110 | chmod +x ci.sh |
111 | 111 |
|
112 | 112 | # The devcontainer will mount this path to the home directory: |
113 | | - readonly aws_dir="${{github.event.repository.name}}/.aws" |
| 113 | + readonly aws_dir="${{github.workspace}}/.aws" |
114 | 114 | mkdir "${aws_dir}"; |
115 | 115 |
|
116 | 116 | cat <<EOF > "${aws_dir}/config" |
@@ -143,7 +143,7 @@ runs: |
143 | 143 |
|
144 | 144 | # Launch this container using the host's docker daemon |
145 | 145 | set -x |
146 | | - ${{github.event.repository.name}}/.devcontainer/launch.sh \ |
| 146 | + ${{github.workspace}}/.devcontainer/launch.sh \ |
147 | 147 | --docker \ |
148 | 148 | --cuda ${{inputs.cuda}} \ |
149 | 149 | --host ${{inputs.host}} \ |
@@ -198,5 +198,5 @@ runs: |
198 | 198 | uses: actions/upload-artifact@v4 |
199 | 199 | with: |
200 | 200 | name: wheelhouse-${{inputs.id}} |
201 | | - path: ${{github.event.repository.name}}/wheelhouse/ |
| 201 | + path: wheelhouse/ |
202 | 202 | compression-level: 0 |
0 commit comments