From bad6c71cd263ba72df2a20800b8a36f130b5d651 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Wed, 17 Jun 2020 20:53:28 -0700 Subject: [PATCH] New DistributionTool exits 0 on success :) --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f15e5e..2d44183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,17 +71,10 @@ jobs: git checkout origin/$BRANCH DistributionTool - name: Build .streamDeckPlugin run: | - set +e ./DistributionTool -b \ -i ${{runner.temp}}/com.fredemmott.streamingremote.sdPlugin \ -o . - if [ $? -eq 0 ]; then - echo "Distribution tool failed" - exit 1 - else - set -e - test -f com.fredemmott.streamingremote.streamDeckPlugin - fi + test -f com.fredemmott.streamingremote.streamDeckPlugin - uses: actions/upload-artifact@v2 with: name: sdplugin-${{matrix.build-type}}