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

Commit 8f46421

Browse files
committed
Try fix Publish
1 parent c20a291 commit 8f46421

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)