Skip to content

Commit

Permalink
For some reason path is different if there are more folders
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-xanadu committed Nov 13, 2024
1 parent 5235757 commit 7ee08ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ jobs:
MLIR_DIR="$(pwd)/llvm-build/lib/cmake/mlir" \
LLVM_EXTERNAL_LIT="$(pwd)/llvm-build/bin/llvm-lit" \
make standalone-plugin
mv standalone/build/lib/StandalonePlugin.so quantum-build/lib/
- name: Upload Quantum Build Artifact
uses: actions/upload-artifact@v4
Expand All @@ -441,7 +442,7 @@ jobs:
path: |
quantum-build/bin
quantum-build/python_packages/*
standalone/build/lib/StandalonePlugin.so
quantum-build/lib/StandalonePlugin.so
retention-days: 1

- name: Cache CCache on main branch
Expand Down

0 comments on commit 7ee08ba

Please sign in to comment.