From 76c87292c359db4b1508bb077043e4f37b3046a5 Mon Sep 17 00:00:00 2001 From: styler00dollar <51405565+styler00dollar@users.noreply.github.com> Date: Sat, 24 Sep 2022 16:03:50 +0200 Subject: [PATCH] adjusting rife path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc7e01b..e143673 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,6 +225,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create-release.outputs.upload_url }} - asset_path: build/librife.dll + asset_path: build/rife.dll asset_name: librife.dll asset_content_type: application/octet-stream