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 fde78c4 commit a06ae2aCopy full SHA for a06ae2a
.github/workflows/release.yml
@@ -29,8 +29,8 @@ on:
29
working-directory: ./cmd/mokapi
30
shell: pwsh
31
run: |
32
- $versionParts = ($env:GITHUB_REF -replace '.*/v', '').Split('.')
33
- '{}' | Out-File versioninfo.json -NoNewline ascii
+ $versionParts = ($env:GITHUB_REF -replace '.*/v', '').Split('.') `
+ '{}' | Out-File versioninfo.json -NoNewline ascii `
34
goversioninfo -64 `
35
-platform-specific='true' `
36
-charset="1200" `
0 commit comments