Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
404Setup committed Jul 31, 2024
1 parent 0e7aed0 commit 9b1d17d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 175 deletions.
174 changes: 0 additions & 174 deletions scripts/Publish.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/create_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Get-GitInfo
{
$commit = git log -1 --pretty=format:"%H"
$title = git log -1 --pretty=format:"%s"
$message = git log -1 --pretty=format:"%b"
$message = (git log -1 --pretty=format:"%B") -replace ' ', "`n"
$repoName = (git rev-parse --show-toplevel | Split-Path -Leaf).ToLower()

return @{
Expand Down

0 comments on commit 9b1d17d

Please sign in to comment.