Added autohotkey scripts to artifact

This commit is contained in:
Heavy Bob 2025-04-06 00:06:04 +11:00
parent bd8bbfb365
commit a09a99c064
3 changed files with 11 additions and 0 deletions
.github/workflows

View file

@ -49,6 +49,13 @@ jobs:
exit 1
}
- name: Copy AutoHotkey scripts
run: |
# Create scripts directory in artifacts
mkdir artifacts\scripts
# Copy AutoHotkey scripts
Copy-Item "AutoTrackR2\scripts\*.ahk" -Destination "artifacts\scripts\" -Force
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: