We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdf6e3 commit 427e087Copy full SHA for 427e087
.github/workflows/build_app.yaml
@@ -109,13 +109,13 @@ jobs:
109
./automator.sh build app
110
111
- name: Rename app package
112
- run: mv dist/open_source_pymol-3.1.0a0.app dist/Open-Source-PyMOL-3.1.0a0.app
+ run: mv build/open_source_pymol-3.1.0.4.app dist/Open-Source-PyMOL-3.1.0.4.app
113
114
- name: Build DMG
115
uses: urban233/create-dmg-actions@v0.0.2
116
with:
117
dmg_name: 'Open-Source-PyMOL'
118
- src_dir: 'dist/Open-Source-PyMOL-3.1.0a0.app'
+ src_dir: 'dist/Open-Source-PyMOL-3.1.0.4.app'
119
bg_filepath: 'os_specific/macos/dmg/bg.png'
120
121
- name: Upload artifact
0 commit comments