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 3a340e2 commit fc86b4dCopy full SHA for fc86b4d
1 file changed
.github/workflows/release.yml
@@ -70,7 +70,10 @@ jobs:
70
# Strawberry Perl explicitly.
71
- name: Set up NASM (Windows, for vendored OpenSSL)
72
if: runner.os == 'Windows'
73
- uses: ilammy/setup-nasm@v1
+ shell: pwsh
74
+ run: |
75
+ choco install nasm --no-progress -y
76
+ "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Append
77
78
- name: Use Strawberry Perl for OpenSSL (Windows)
79
@@ -119,7 +122,7 @@ jobs:
119
122
echo "asset=$asset" >> "$GITHUB_OUTPUT"
120
123
121
124
- name: Upload to draft release
- uses: softprops/action-gh-release@v2
125
+ uses: softprops/action-gh-release@v3
126
with:
127
tag_name: ${{ github.event.inputs.tag || github.ref_name }}
128
draft: true
0 commit comments