Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 6ae2ae8

Browse files
authored
Merge pull request #4 from ViniciusRed/fix-publish
Try fix Publish
2 parents c20a291 + 8f46421 commit 6ae2ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ jobs:
195195

196196
- name: Archive artifacts
197197
run: |
198+
# Create all required directories
198199
mkdir -p addons/sourcemod/extensions
200+
mkdir -p addons/sourcemod/bin
201+
mkdir -p addons/sourcemod/bin/x64
199202
200203
# Copy debugger extensions
201204
cp artifacts/sm_debugger-*/* addons/sourcemod/extensions/

0 commit comments

Comments
 (0)