We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1256e70 commit 222d997Copy full SHA for 222d997
.github/workflows/release.yml
@@ -14,8 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- uses: jiro4989/setup-nim-action@v1
17
- - if: ${{ matrix.os == 'windows-latest' }}
18
- run: choco install -y openssl --version 1.1.1.1700
+ - run: choco install -y openssl --version 1.1.1.1700
19
- run: nimble build -y
20
- run: Compress-Archive -Path release/*,windll/* -DestinationPath peni-win64.zip
21
- uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments