From 57aecde1786bcde4c7f340c5a8272a63b334ecc0 Mon Sep 17 00:00:00 2001 From: Mary Date: Mon, 19 Apr 2021 21:32:39 +0200 Subject: [PATCH] Rename ci job to try to trigger action --- .github/workflows/{native_build.yml => ci.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{native_build.yml => ci.yml} (98%) 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/*