Skip to content

Commit 8a130ab

Browse files
try env. (without github.env)
1 parent 0df0b8c commit 8a130ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/upload-artifact@v4
9494
with:
9595
name: Test Report (${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }})
96-
path: ${{ github.env.ARTIFACTS_DIR }}
96+
path: ${{ env.ARTIFACTS_DIR }}
9797
if-no-files-found: error
9898

9999
push:

0 commit comments

Comments
 (0)