Skip to content

Commit

Permalink
reverting build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed May 29, 2024
1 parent 797b82b commit 6d826a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
GITHUB_REF_NAME: ${{ github.ref_name }}

- name: Build with PyInstaller
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
pyinstaller krr.py
Expand All @@ -88,7 +87,7 @@ jobs:
cp ./intro.txt ./dist/krr/intro.txt
- name: Zip the application (Unix)
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
run: |
cd dist
zip -r krr-${{ matrix.os }}-${{ github.ref_name }}.zip krr
Expand Down

0 comments on commit 6d826a8

Please # to comment.