Commit 9d68628 Louis_45
authored
1 parent e8428aa commit 9d68628 Copy full SHA for 9d68628
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 6
6
branches : [ main ]
7
7
workflow_dispatch :
8
8
jobs :
9
- build-default :
9
+ build :
10
10
runs-on : windows-latest
11
11
steps :
12
12
- name : Checkout the repository
@@ -19,15 +19,10 @@ jobs:
19
19
run : |
20
20
python -m pip install --upgrade pip
21
21
pip install -r requirements.txt
22
- - name : Build the executable
22
+ - name : Build the executables
23
23
run : cmd.exe /c 'build'
24
- - name : Upload the executable
24
+ - name : Upload the executables
25
25
uses : actions/upload-artifact@v2
26
26
with :
27
27
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
You can’t perform that action at this time.
0 commit comments