Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeil committed Apr 16, 2022
1 parent c191c43 commit a381042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
run: echo __version__=\"${{ steps.version.outputs.version }}\" > src/__version__.py
- run: pip install -r requirements.txt
- run: pip install pyinstaller
- run: pyinstaller RegeltestCreator.spec -F ${{ matrix.pyinstaller }}
- run: pyinstaller RegeltestCreator.pyw -F ${{ matrix.pyinstaller }}
- if: matrix.os == 'macos-latest'
run: |
ls -al dist
cat RegeltestCreator.spec
zip -r dist/CRASHME
zip -r dist/RegeltestCreator.app.zip dist/RegeltestCreator.app
- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a381042

Please sign in to comment.