This action allow to distribute your APK and IPA files throught Diawi
Required The api key provided from Diawi.
Required The file route from the APK or IPA.
uses: sact1909/diawiaction@v1
with:
api-key: ${{API_KEY}}
file-route: 'myapp/myapp.apk'
Deliver your app through email up to 5 accounts for starter/premium/enterprise Diawi accounts or just one for Free Accounts
Using Environment Variables, you just has to paste the accounts one below the other
uses: sact1909/diawiaction@v1
with:
api-key: ${{API_KEY}}
file-route: 'myapp/myapp.apk',
emails-to-deliver: ${{EMAILS}}
Or just setting directly, but separated by commas
uses: sact1909/diawiaction@v1
with:
api-key: ${{API_KEY}}
file-route: 'myapp/myapp.apk',
emails-to-deliver: '[email protected],[email protected]'
uses: sact1909/diawiaction@v1
with:
api-key: ${{API_KEY}}
file-route: 'myapp/myapp.apk',
comment: 'This build is just a test'
uses: sact1909/diawiaction@v1
with:
api-key: ${{API_KEY}}
file-route: 'myapp/myapp.apk',
installation-password: "this-is-a-password"