From a9e9386d28834a6f7c697cda852abc5ed910e1b1 Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 23 Feb 2022 20:32:04 +0800 Subject: [PATCH] test --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87c849b..83e9423 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: push: tags: - v* - branches: [ master, reduce-wine] + branches: [ master, actions-dev] pull_request: branches: [ master ] # # Allows you to run this workflow manually from the Actions tab @@ -57,7 +57,7 @@ jobs: - name: Build run: | docker-compose up - sudo chmod -R 755 package.nw node + sudo chmod -R 755 package.nw node tmp bash tools/build-release.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }} - name: Compress nodegit compiler