Skip to content

Commit 4f072f7

Browse files
committed
Use ARTIFACT_SUFFIX
1 parent 7e9ceb2 commit 4f072f7

File tree

1 file changed

+1
-1
lines changed
  • crates/spirv-builder/src

1 file changed

+1
-1
lines changed

crates/spirv-builder/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ impl SpirvBuilder {
589589
.unwrap()
590590
.to_str()
591591
.unwrap()
592-
.strip_suffix(".spv.json")
592+
.strip_suffix(ARTIFACT_SUFFIX)
593593
.unwrap()
594594
);
595595
if self.print_metadata == MetadataPrintout::Full {

0 commit comments

Comments
 (0)