Skip to content

Commit 427e087

Browse files
committed
Update app package version in build process and DMG creation
1 parent fbdf6e3 commit 427e087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ jobs:
109109
./automator.sh build app
110110
111111
- name: Rename app package
112-
run: mv dist/open_source_pymol-3.1.0a0.app dist/Open-Source-PyMOL-3.1.0a0.app
112+
run: mv 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
116116
with:
117117
dmg_name: 'Open-Source-PyMOL'
118-
src_dir: 'dist/Open-Source-PyMOL-3.1.0a0.app'
118+
src_dir: 'dist/Open-Source-PyMOL-3.1.0.4.app'
119119
bg_filepath: 'os_specific/macos/dmg/bg.png'
120120

121121
- name: Upload artifact

0 commit comments

Comments
 (0)