Skip to content

Commit 75791a7

Browse files
committed
Update
1 parent 316cacd commit 75791a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/upload-artifact@v4
4141
with:
4242
name: ${{ matrix.triplet }}
43-
path: ${GITHUB_WORKSPACE}/products/*
43+
path: ${{ github.workspace }}/products/*
4444
test:
4545
runs-on: ${{ matrix.os }}
4646
needs: build

0 commit comments

Comments
 (0)