release v1.3.0

fixes #4
fixes #5
fixes #6
fixes #7
may fix #3

added:
- availability check / error page
- auto switching to next available instance for multiple instances

+ linting / formatting
This commit is contained in:
mrvnklm
2020-08-12 22:56:01 +02:00
parent 634ab476a3
commit 9c93cab40e
12 changed files with 1151 additions and 873 deletions

View File

@@ -3,7 +3,7 @@ name: Build/release
on:
push:
tags:
- '*'
- "*"
jobs:
release:
@@ -30,6 +30,8 @@ jobs:
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
args: "--ia32"
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}