Skip to content

Commit 8a34e64

Browse files
committed
Update app package path in build process for macOS
1 parent 427e087 commit 8a34e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
./automator.sh build app
110110
111111
- name: Rename app package
112-
run: mv build/open_source_pymol-3.1.0.4.app dist/Open-Source-PyMOL-3.1.0.4.app
112+
run: mv os_specific/macos/build/open_source_pymol-3.1.0.4.app dist/Open-Source-PyMOL-3.1.0.4.app
113113

114114
- name: Build DMG
115115
uses: urban233/create-dmg-actions@v0.0.2

0 commit comments

Comments
 (0)