mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: add some info about directory contents
This commit is contained in:
parent
36d6442fcf
commit
0a64bd5e53
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ jobs:
|
|||
- name: Build Electron app
|
||||
run: npm run dist:mac:mas:buildOnly
|
||||
|
||||
- run: ls app-builds
|
||||
shell: bash
|
||||
|
||||
- name: Validate App
|
||||
run: ls app-builds; ls app-builds/mas; xcrun altool --type macos --validate-app -f app-builds/mas/Super*.pkg -u ${{secrets.APPLE_ID}} -p ${{secrets.APPLE_APP_SPECIFIC_PASSWORD}}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue