Skip to content

Commit

Permalink
New DistributionTool exits 0 on success :)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 18, 2020
1 parent 303220e commit bad6c71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit bad6c71

Please sign in to comment.