File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 APPLE_APP_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
7878 run : |
7979 # Create zip for notarization
80- ditto -c -k --keepParent "$RUNNER_TEMP/export/Cache Status.app" $RUNNER_TEMP/CacheStatus.zip
80+ ditto -c -k --keepParent "$RUNNER_TEMP/export/CF Cache Status.app" $RUNNER_TEMP/CacheStatus.zip
8181
8282 # Submit for notarization
8383 xcrun notarytool submit $RUNNER_TEMP/CacheStatus.zip \
@@ -87,12 +87,12 @@ jobs:
8787 --wait
8888
8989 # Staple the ticket
90- xcrun stapler staple "$RUNNER_TEMP/export/Cache Status.app"
90+ xcrun stapler staple "$RUNNER_TEMP/export/CF Cache Status.app"
9191
9292 - name : Create Release Zip
9393 run : |
9494 cd $RUNNER_TEMP/export
95- ditto -c -k --keepParent "Cache Status.app" CacheStatus.zip
95+ ditto -c -k --keepParent "CF Cache Status.app" CacheStatus.zip
9696 mv CacheStatus.zip $GITHUB_WORKSPACE/
9797
9898 - name : Upload Artifact
You can’t perform that action at this time.
0 commit comments