Skip to content

Commit

Permalink
ci: fix artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Jan 22, 2024
1 parent 1190802 commit f366ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pragma-linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: always()
with:
name: CMakeCache
path: "${{ steps.build-pragma.outputs.build-dir }}/CMakeCache.txt"
path: "pragma/build/CMakeCache.txt"
overwrite: true

- name: Handle Error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pragma-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: always()
with:
name: CMakeCache
path: "${{ steps.build-pragma.outputs.build-dir }}/CMakeCache.txt"
path: "c:/pragma/build/CMakeCache.txt"
overwrite: true

- name: Handle Error
Expand Down

0 comments on commit f366ef0

Please sign in to comment.