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 b783bbe commit 01d3c03Copy full SHA for 01d3c03
.github/workflows/release.yml
@@ -14,14 +14,14 @@ jobs:
14
platform: linux
15
arch: x64
16
- os: windows-latest
17
- platfrom: win32
+ platform: win32
18
19
- os: macos-latest
20
platform: darwin
21
22
runs-on: ${{ matrix.os }}
23
env:
24
- ARCHIVE_FILENAME: ${{github.event.release.tag_name}}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz
+ ARCHIVE_FILENAME: nodegui-binary-${{github.event.release.tag_name}}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz
25
steps:
26
- uses: actions/checkout@v2
27
0 commit comments