Skip to content

Commit de4b0eb

Browse files
authored
Update build.yml
1 parent 071f586 commit de4b0eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -74,7 +74,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)