Skip to content

Commit 0a15d4a

Browse files
committed
Adjust readme platforms
1 parent 487866a commit 0a15d4a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
41-
draft: true
4241
tag_name: ${{ steps.package-version.outputs.version }}
4342
name: Release ${{ steps.package-version.outputs.version }}
4443
body: Binaries at ${{ github.sha }}
@@ -123,7 +122,6 @@ jobs:
123122
env:
124123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125124
with:
126-
draft: true
127125
tag_name: ${{ steps.package-version.outputs.version }}
128126
name: Release ${{ steps.package-version.outputs.version }}
129127
files: ${{ env.QT_TMP }}/../${{ env.OS_NAME }}.gz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm i -s deps-qt-core-raub
1313
This dependency package is distributing **Qt Core 6.8.0**
1414
binaries through **NPM** for **Node.js** addons.
1515

16-
* Platforms (x64): Windows, Linux, MacOS ARM.
16+
* Platforms (x64): Windows, Linux, Linux ARM, MacOS ARM.
1717
* Libraries: Qt Core.
1818
* Linking: dynamic dll-type.
1919

0 commit comments

Comments
 (0)