Skip to content

Commit

Permalink
change to commit SHAs for CI artifact postfix
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Dec 3, 2024
1 parent 8c1c514 commit 992ef5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: upload-compile-db
uses: actions/upload-artifact@v4
with:
name: compilation-database-diff-${{ github.head_ref }}
name: compilation-database-diff-${{ github.sha }}
path: build/compile_commands.json
if-no-files-found: error

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
id: download-compile-db
uses: actions/download-artifact@v4
with:
name: compilation-database-diff-${{ github.head_ref }}
name: compilation-database-diff-${{ github.sha }}

- name: Install FB Infer
id: fb-infer-install
Expand Down

0 comments on commit 992ef5f

Please sign in to comment.