Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
ci: clarify debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Jan 25, 2024
1 parent 6e74269 commit 0c2c3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/fsolauncher-remeshes/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console.log( `Version: ${version}` );
// Execute the timestamp.sh script and parse its output
console.log( "Executing timestamp.sh script..." );
const timestamp = fs.readFileSync( './timestamp.txt', 'utf8' ).trim();
console.log( `Extracted timestamp: ${timestamp}` );
console.log( `Remeshes were last updated: ${timestamp}` );

// Output file
const outputFilename = `remeshes-${version}-${timestamp}.zip`;
Expand Down

0 comments on commit 0c2c3bd

Please sign in to comment.