Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
404Setup committed Jul 31, 2024
1 parent 92780ff commit d26640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/SetEnv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Move-Item "build/libs/$project_id-bundler-$grdversion-mojmap.jar" $jarName_bundl
Add-Content -Path $env:GITHUB_ENV -Value "project_id=$project_id"
Add-Content -Path $env:GITHUB_ENV -Value "project_id_b=$project_id_b"
Add-Content -Path $env:GITHUB_ENV -Value "commit_id=$commitid"
$commit_msg = git log --pretty='- `%h` %s' -1
$commit_msg = git log --pretty='> [%h] %s' -1
Add-Content -Path $env:GITHUB_ENV -Value "commit_msg=$commit_msg"
Add-Content -Path $env:GITHUB_ENV -Value "mcversion=$mcversion"
Add-Content -Path $env:GITHUB_ENV -Value "pre=$preVersion"
Expand Down

0 comments on commit d26640c

Please sign in to comment.