mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-22 08:45:30 +00:00
Added autohotkey scripts to artifact
This commit is contained in:
parent
bd8bbfb365
commit
a09a99c064
3 changed files with 11 additions and 0 deletions
.github/workflows
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue