Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louisa-uno authored Feb 22, 2022
1 parent e8428aa commit 9d68628
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]
workflow_dispatch:
jobs:
build-default:
build:
runs-on: windows-latest
steps:
- name: Checkout the repository
Expand All @@ -19,15 +19,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build the executable
- name: Build the executables
run: cmd.exe /c 'build'
- name: Upload the executable
- name: Upload the executables
uses: actions/upload-artifact@v2
with:
name: executables
path: dist/windows/activate_packages.exe
- name: Upload the executable
uses: actions/upload-artifact@v2
with:
name: executables
path: dist/windows/*.exe
path: dist/*.exe

0 comments on commit 9d68628

Please sign in to comment.