File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 output_name : AutoclickerX.exe
2020 - os : ubuntu-latest
2121 artifact_name : AutoclickerX-Linux
22- output_path : dist/AutoclickerX
23- output_name : AutoclickerX
22+ output_path : dist/autoclickerx-linux
23+ output_name : autoclickerx-linux
2424 - os : macos-latest
25- artifact_name : AutoclickerX-macOS
26- output_path : dist/AutoclickerX
27- output_name : AutoclickerX
25+ artifact_name : AutoclickerX-Mac
26+ output_path : dist/autoclickerx-mac
27+ output_name : autoclickerx-mac
2828
2929 steps :
3030 - name : Checkout code
7474 prerelease : true
7575 files : |
7676 artifacts/AutoclickerX-Windows/AutoclickerX.exe
77- artifacts/AutoclickerX-Linux/AutoclickerX
78- artifacts/AutoclickerX-macOS/AutoclickerX
77+ artifacts/AutoclickerX-Linux/autoclickerx-linux
78+ artifacts/AutoclickerX-Mac/autoclickerx-mac
7979 env :
8080 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments