pack before uploading release

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-08-26 12:22:25 +09:30
parent b5de3751fc
commit 83d28a1da8
2 changed files with 3 additions and 2 deletions

3
.github/build vendored Normal file → Executable file
View File

@@ -1,3 +1,2 @@
#!/usr/bin/env bash
npm pack
# This file intentionally left blank

View File

@@ -31,6 +31,8 @@ jobs:
chmod 600 ~/.ssh/id_rsa
- name: Installing node deps
run: npm install
- name: Packing release
run: npm pack
- name: Uploading release to Github
uses: skx/github-action-publish-binaries@master
with: