Skip to content

Commit

Permalink
更新 OpenSSL-Build For Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 authored Nov 4, 2024
1 parent 6192055 commit b312c63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/OpenSSL-Build For Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: .\nsis-3.10-setup.exe /s

- name: Build installer
run: makensis -V2 windows-installer\install.nsi
run: makensis -V2 windows-installer\windows.nsi

- name: Archive artifacts
uses: actions/upload-artifact@main
Expand Down Expand Up @@ -81,4 +81,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.tag-name }}
files: C:\openssl-for-windows.zip
files: |
C:\openssl-for-windows.zip
windows-installer/openssl*.exe

0 comments on commit b312c63

Please sign in to comment.