From c2eeb631123126bf5d7af174f97ab73300d34ed4 Mon Sep 17 00:00:00 2001 From: Oscar Wos-Szlaga <29248751+oscar-wos@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:52:04 +0000 Subject: [PATCH] fix: nested submodule directory --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1758a9..1f94a24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Move Files run: | mv ./src/bin/Release/net8.0/* ./plugin/plugins/Zones - mv ./RetakesPluginShared/bin/Release/net8.0/* ./plugin/shared/RetakesPluginShared + mv ./cs2-retakes/RetakesPluginShared/bin/Release/net8.0/* ./plugin/shared/RetakesPluginShared mv ./config/* plugin/configs/plugins/Zones - name: Remove .API @@ -108,4 +108,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./plugin/Zones-${{ github.sha }}.zip asset_name: Zones.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip