Skip to content

Commit a94a05d

Browse files
committed
Fix app name in workflow (CF Cache Status.app)
1 parent 2a25eb2 commit a94a05d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

0 commit comments

Comments
 (0)