Skip to content

Commit

Permalink
fixed server build
Browse files Browse the repository at this point in the history
  • Loading branch information
yatinappsmith authored Dec 26, 2023
1 parent e3de779 commit bb11fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
# Restore the previous built bundle if present. If not push the newly built into the cache
- name: Restore the previous bundle
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit bb11fa9

Please sign in to comment.