From 18eeb8063b6943b3d35a7586c92b041df7099c95 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 26 Aug 2019 12:13:52 +0930 Subject: [PATCH] try different upload-to-release fork Signed-off-by: Alexis Tyler --- .github/build | 3 +++ .github/workflows/production.yml | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/build diff --git a/.github/build b/.github/build new file mode 100644 index 000000000..6f4eb24f2 --- /dev/null +++ b/.github/build @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +npm pack \ No newline at end of file diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index a17693a79..e088d5fc3 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -31,10 +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: OmgImAlexis/upload-to-release@master + uses: skx/github-action-publish-binaries@master with: args: unraid-graphql-api-*.tgz env: