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 316cacd commit 75791a7Copy full SHA for 75791a7
.github/workflows/julia-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/upload-artifact@v4
41
with:
42
name: ${{ matrix.triplet }}
43
- path: ${GITHUB_WORKSPACE}/products/*
+ path: ${{ github.workspace }}/products/*
44
test:
45
runs-on: ${{ matrix.os }}
46
needs: build
0 commit comments