Skip to content

Commit 9d68628

Browse files
author
Louis_45
authored
Update build.yml
1 parent e8428aa commit 9d68628

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ main ]
77
workflow_dispatch:
88
jobs:
9-
build-default:
9+
build:
1010
runs-on: windows-latest
1111
steps:
1212
- name: Checkout the repository
@@ -19,15 +19,10 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
22-
- name: Build the executable
22+
- name: Build the executables
2323
run: cmd.exe /c 'build'
24-
- name: Upload the executable
24+
- name: Upload the executables
2525
uses: actions/upload-artifact@v2
2626
with:
2727
name: executables
28-
path: dist/windows/activate_packages.exe
29-
- name: Upload the executable
30-
uses: actions/upload-artifact@v2
31-
with:
32-
name: executables
33-
path: dist/windows/*.exe
28+
path: dist/*.exe

0 commit comments

Comments
 (0)