Skip to content

Commit

Permalink
Update output for build-shared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Aug 30, 2024
1 parent b78ab16 commit e0cc15c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
dotnet build
- name: Create output directory
run: |
mkdir -p output/RetakesPluginShared
mv ./RetakesPluginShared/bin/Debug/net8.0/RetakesPluginShared.dll output/RetakesPluginShared/
mv ./RetakesPluginShared/bin/Debug/net8.0/RetakesPluginShared.pdb output/RetakesPluginShared/
mkdir -p output/addons/counterstrikesharp/shared/RetakesPluginShared
mv ./RetakesPluginShared/bin/Debug/net8.0/RetakesPluginShared.dll output/addons/counterstrikesharp/shared/RetakesPluginShared/
mv ./RetakesPluginShared/bin/Debug/net8.0/RetakesPluginShared.pdb output/addons/counterstrikesharp/shared/RetakesPluginShared/
mv ./RetakesPluginShared/bin/Debug/net8.0/RetakesPluginShared.deps.json output/addons/counterstrikesharp/shared/RetakesPluginShared/
- name: Publish artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e0cc15c

Please sign in to comment.