Skip to content

Commit

Permalink
build: test other app-builds path
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 22, 2024
1 parent d65147f commit 5b442b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npm run dist:mac:mas:buildOnly

- 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.APPLEID}} -p ${{secrets.APPLEIDPASS}}
run: ls app-builds; ls app-builds/mas-arm64; xcrun altool --type macos --validate-app -f app-builds/mas-arm64/Super*.pkg -u ${{secrets.APPLEID}} -p ${{secrets.APPLEIDPASS}}
env:
APPLEID: ${{secrets.APPLEID}}
APPLEIDPASS: ${{secrets.APPLEIDPASS}}
Expand Down
52 changes: 3 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b442b5

Please sign in to comment.