Skip to content

Commit

Permalink
Update create_macos_binary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danifranco authored Nov 29, 2024
1 parent 658db17 commit 43fbb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_macos_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
pyinstaller main.spec
- name: Upload public folder to Google Drive
uses: adityak74/google-drive-upload-git-action@main
uses: mathisve/gdrive-upload-action@main
with:
credentials: ${{ secrets.DRIVE_CREDENTIALS }}
filename: dist/BiaPy.app
folderId: ${{ secrets.FOLDER_FOR_NEW_BINARIES }}
overwrite: "true"
mirrorDirectoryStructure: "false"
name: BiaPy-macOS.app

0 comments on commit 43fbb2e

Please sign in to comment.