Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Sep 28, 2021
1 parent 6bac76c commit d08e8b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ jobs:
run: node loadenv.js
- name: Build binaries
if: env.allow_upload == 'true'
id: build
run: node Build.js
- name: Android
needs: build
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && env.allow_upload == 'true'
env:
GOOS: android
run: node Build.js
Expand Down

0 comments on commit d08e8b4

Please sign in to comment.