Skip to content

Commit

Permalink
update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 30, 2024
1 parent 966a297 commit 8e11c89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- Data/**
- SharedLibraryCore/**
- Plugins/**
- .github/workflows/build_application.yml
pull_request:
branches: [ develop ]
paths:
Expand All @@ -35,7 +34,7 @@ jobs:

- name: Restore cache
id: cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: cache_dir
key: revision-number
Expand Down Expand Up @@ -72,7 +71,7 @@ jobs:
echo "revision_number=$rev_number" >> $GITHUB_OUTPUT
- name: Save cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: cache_dir
key: revision-number
Expand Down

0 comments on commit 8e11c89

Please sign in to comment.