File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191
9292 - name : Notarize and package macOS app
9393 run :
94- ./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{env .XCODE_VERSION}}"
94+ ./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{vars .XCODE_VERSION}}"
9595
9696 - name : Upload package
9797 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 6060
6161 - name : Notarize and package macOS app
6262 run :
63- ./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{env .XCODE_VERSION}}"
63+ ./build_pkg_automated.zsh "${{env.APP_VERSION}}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_ID_APP_SPECIFIC_PASSWORD }}" "${{vars .XCODE_VERSION}}"
6464
6565 - name : Upload package
6666 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments