Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jul 11, 2023
1 parent d5f298a commit dcfcde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- name: Move release file to publish
run: |
# Make Match BOT path
# Make Log API Path
mkdir -p publish/addons/logapi/dlls
# Move released file to dlls
mv ./logapi/Release/logapi_mm.so publish/addons/logapi/dlls
mv ./LogApi/Release/logapi_mm.so publish/addons/logapi/dlls
# Copy cstrike contents to publish dir
cp -ar cstrike/. publish
Expand Down

0 comments on commit dcfcde6

Please sign in to comment.