Skip to content

Commit

Permalink
Rename release binaries to beavertails
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jan 21, 2024
1 parent 3087586 commit d3044d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
--add-data beavertails/beavertails.tcss:. \
--collect-all pulp \
--onefile --nowindow --noconfirm
cp dist/tui dist/tui_macOS
cp dist/tui dist/beavertails_macOS
chmod +x dist/beavertails_macOS
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/tui_macOS"
artifacts: "dist/beavertails_macOS"
allowUpdates: True

5 changes: 3 additions & 2 deletions .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
--add-data beavertails/beavertails.tcss:. \
--collect-all pulp \
--onefile --nowindow --noconfirm
cp dist/tui dist/tui_ubu2004
cp dist/tui dist/tuibeavertails_ubu2004
chmod +x dist/tuibeavertails_ubu2004
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/tui_ubu2004"
artifacts: "dist/tuibeavertails_ubu2004"
allowUpdates: True

4 changes: 2 additions & 2 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Build with pyInstaller
run: |
pyinstaller beavertails/tui.py --add-data "beavertails/static;./beavertails/static" --add-data "beavertails/beavertails.tcss;." --collect-all pulp --onefile --nowindow --noconfirm
cp dist/tui.exe dist/tui_win2019.exe
cp dist/tui.exe dist/beavertails_win2019.exe
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/tui_win2019.exe"
artifacts: "dist/beavertails_win2019.exe"
allowUpdates: True

0 comments on commit d3044d1

Please sign in to comment.