Skip to content

Commit

Permalink
Merge branch 'main' of github.com:danifranco/BiaPy-GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
danifranco committed Dec 3, 2024
2 parents 2734a51 + 43fbb2e commit 57e330b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/create_macos_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
run: |
cp dist-macOS/main.spec main.spec
pyinstaller main.spec
- name: Upload public folder to Google Drive
uses: Jodebu/upload-to-drive@master
uses: mathisve/gdrive-upload-action@main
with:
credentials: ${{ secrets.DRIVE_CREDENTIALS }}
target: dist/BiaPy.app
folder: ${{ secrets.FOLDER_FOR_NEW_BINARIES }}
name: BiaPy-macOS
filename: dist/BiaPy.app
folderId: ${{ secrets.FOLDER_FOR_NEW_BINARIES }}
overwrite: "true"
name: BiaPy-macOS.app
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

![BiaPy GUI](https://raw.githubusercontent.com/BiaPyX/BiaPy/master/img/BiaPy_GUI_main_page.png)

[![Create Linux binary](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_linux_binary.yml/badge.svg)](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_linux_binary.yml)
[![Create macOS binary](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_macos_binary.yml/badge.svg)](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_macos_binary.yml)
[![Create Windows binary](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_windows_binary.yml/badge.svg)](https://github.com/BiaPyX/BiaPy-GUI/actions/workflows/create_windows_binary.yml)

## Download BiaPy GUI for you OS

- [Windows 64-bit](https://drive.google.com/uc?export=download&id=1iV0wzdFhpCpBCBgsameGyT3iFyQ6av5o)
Expand Down

0 comments on commit 57e330b

Please sign in to comment.