Skip to content

Commit

Permalink
Fix directory actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn authored Dec 15, 2024
1 parent d28713a commit bf98b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Directory
run: |
rm -rf ./dep
mkdir -p cstrike/amxmodx
mv configs data modules scripting plugins cstrike/amxmodx/
mkdir -p cstrike/addons/amxmodx/
mv configs data modules scripting plugins cstrike/addons/amxmodx/
- name: Deploy artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bf98b97

Please sign in to comment.