Skip to content

Commit

Permalink
fix: nested submodule directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Nov 17, 2024
1 parent 8847e7a commit c2eeb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
asset_content_type: application/zip

0 comments on commit c2eeb63

Please sign in to comment.