fix grammer

pull/66/head
hanbowen 3 years ago
parent 7a4bf95720
commit 0ed117bea1
  1. 3
      .github/workflows/publish_release.yml

@ -3,8 +3,9 @@ on:
workflow_dispatch:
inputs:
build_options:
description: 'ffmepg build script options'
required: true
default: -libbluray -android=21
default: '-libbluray -android=21'
jobs:
release:
runs-on: ubuntu-latest

Loading…
Cancel
Save