Skip to content

Commit bab261b

Browse files
committed
fix the hell out of it
1 parent e281a88 commit bab261b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
with:
4040
tag_name: ${{ steps.ver.outputs.TAG_NAME }}
4141
prerelease: ${{ github.event_name == 'push' }}
42+
release_name: Lead Package ${{ steps.ver.outputs.TAG_NAME }}
43+
generate_release_notes: true
4244
draft: true
4345

4446
publish:

finalize.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $metadata = @{
2424
platforms = @()
2525
}
2626

27-
New-Item dist -ErrorAction SilentlyContinue
27+
New-Item dist -ItemType Directory -ErrorAction SilentlyContinue
2828

2929
"Building Docs..."
3030
cargo run --target $env:TARGET

0 commit comments

Comments
 (0)