Skip to content

Commit 01d3c03

Browse files
committed
Fix tarball filename problems in release GH Action
issue #904
1 parent b783bbe commit 01d3c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
platform: linux
1515
arch: x64
1616
- os: windows-latest
17-
platfrom: win32
17+
platform: win32
1818
arch: x64
1919
- os: macos-latest
2020
platform: darwin
2121
arch: x64
2222
runs-on: ${{ matrix.os }}
2323
env:
24-
ARCHIVE_FILENAME: ${{github.event.release.tag_name}}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz
24+
ARCHIVE_FILENAME: nodegui-binary-${{github.event.release.tag_name}}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz
2525
steps:
2626
- uses: actions/checkout@v2
2727

0 commit comments

Comments
 (0)