Skip to content

Commit

Permalink
Update editor_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Feb 23, 2025
1 parent be167b8 commit 614659a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/editor_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,13 @@ jobs:
output_dir: ${{ github.workspace }}/extracted

- name: Code sign again for store export
working-directory: extracted
working-directory: extracted/macos-editor-${{ github.event.client_payload.type || 'nightly' }}
run: |
ls
unzip -o Blazium_macos.universal.zip
ls
# output should be Blazium.app
mv Blazium.app ../Blazium.app
- name: Install the Apple certificate and provisioning profile
working-directory: extracted
Expand Down

0 comments on commit 614659a

Please sign in to comment.