mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-20 05:29:07 +00:00
Added autohotkey scripts to artifacts
This commit is contained in:
parent
a09a99c064
commit
bab96123c5
1 changed files with 15 additions and 8 deletions
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
|
@ -49,16 +49,23 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Copy AutoHotkey scripts
|
- name: Upload application artifact
|
||||||
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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AutoTrackR2-${{ steps.version.outputs.version }}
|
name: AutoTrackR2-${{ steps.version.outputs.version }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
|
- name: Upload visorwipe script
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: visorwipe.ahk
|
||||||
|
path: AutoTrackR2/scripts/visorwipe.ahk
|
||||||
|
retention-days: 5
|
||||||
|
|
||||||
|
- name: Upload videorecord script
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: videorecord.ahk
|
||||||
|
path: AutoTrackR2/scripts/videorecord.ahk
|
||||||
|
retention-days: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue