Skip to content

Commit

Permalink
Fix github workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCaron committed Feb 27, 2024
1 parent 0148283 commit 5e7f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: llvm-clang-precompiled
path: ${{ GITHUB_WORKSPACE }}/llvm/install
path: ${{ github.workspace }}/llvm/install
overwrite: true

0 comments on commit 5e7f1f0

Please sign in to comment.