diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7712afd..597932e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,12 @@ jobs: # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }} - args: "--x64 --armv7l --arm64" + args: "--x64 --arm64" max_attempts: "3" # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} + +
\ No newline at end of file |
