Skip to content

Commit 8eeba38

Browse files
authored
Update CI.yml
1 parent e2e0415 commit 8eeba38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- name: Install Dependencies with Pipenv
4242
run: |
4343
pipenv install --dev
44+
45+
- name: Create Package
46+
run: |
47+
pipenv run pyinstaller research-mnemonic.spec
4448
4549
- name: Rename packages
4650
run: |
@@ -55,10 +59,6 @@ jobs:
5559
fi
5660
shell: bash
5761

58-
- name: Create Package
59-
run: |
60-
pipenv run pyinstaller research-mnemonic.spec
61-
6262
- name: Release
6363
uses: softprops/action-gh-release@v1
6464
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)