From 83d28a1da81ab762f54848e5dd1d7ff79251cd48 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 26 Aug 2019 12:22:25 +0930 Subject: [PATCH] pack before uploading release Signed-off-by: Alexis Tyler --- .github/build | 3 +-- .github/workflows/production.yml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 .github/build diff --git a/.github/build b/.github/build old mode 100644 new mode 100755 index 6f4eb24f2..b39e7f400 --- a/.github/build +++ b/.github/build @@ -1,3 +1,2 @@ #!/usr/bin/env bash - -npm pack \ No newline at end of file +# This file intentionally left blank \ No newline at end of file diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index e088d5fc3..24c40af9d 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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: