Skip to content

Commit

Permalink
Merge pull request #8 from dunkmann00/notification-workflow
Browse files Browse the repository at this point in the history
Fix cache key creation for macos release
  • Loading branch information
dunkmann00 authored Sep 27, 2024
2 parents 53ba4d0 + 687b923 commit 95cba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
CACHE_KEY_PREFIX="mac-notifications"
if [ "$GITHUB_EVENT_NAME" == "release" ]; then
$CACHE_KEY_PREFIX="$CACHE_KEY_PREFIX-release"
CACHE_KEY_PREFIX="$CACHE_KEY_PREFIX-release"
fi
echo "CACHE_KEY_PREFIX=$CACHE_KEY_PREFIX" >> "$GITHUB_ENV"
- name: Cache macOS Notification App
Expand Down

0 comments on commit 95cba21

Please sign in to comment.