We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e281a88 commit bab261bCopy full SHA for bab261b
.github/workflows/publish.yml
@@ -39,6 +39,8 @@ jobs:
39
with:
40
tag_name: ${{ steps.ver.outputs.TAG_NAME }}
41
prerelease: ${{ github.event_name == 'push' }}
42
+ release_name: Lead Package ${{ steps.ver.outputs.TAG_NAME }}
43
+ generate_release_notes: true
44
draft: true
45
46
publish:
finalize.ps1
@@ -24,7 +24,7 @@ $metadata = @{
24
platforms = @()
25
}
26
27
-New-Item dist -ErrorAction SilentlyContinue
+New-Item dist -ItemType Directory -ErrorAction SilentlyContinue
28
29
"Building Docs..."
30
cargo run --target $env:TARGET
0 commit comments