Skip to content

fix: update version in README #99

fix: update version in README

fix: update version in README #99

Workflow file for this run

name: 'Main'
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@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'] }}"