diff --git a/.github/workflows/native_build.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/native_build.yml rename to .github/workflows/ci.yml index 3b03326..1719c98 100644 --- a/.github/workflows/native_build.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,4 @@ name: FFmpeg native build - on: workflow_dispatch: inputs: @@ -39,4 +38,4 @@ jobs: with: name: natives path: | - release_output/* \ No newline at end of file + release_output/*