Skip to content

fix: update version in readme #90

fix: update version in readme

fix: update version in readme #90

Workflow file for this run

name: 'Main'
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: master
- uses: ./
id: diawi
with:
token: ${{ secrets.DIAWI_TOKEN }}
file: ./example.apk
comment: 'Uploaded from Github Action'
- name: Output
run: |
echo "Diawi URL = ${{ steps.diawi.outputs['url'] }}"
echo "Diawi QR Code = ${{ steps.diawi.outputs['qrcode'] }}"