mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
update build action
This commit is contained in:
parent
966a297132
commit
8e11c89b6e
5
.github/workflows/build_application.yml
vendored
5
.github/workflows/build_application.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
- Data/**
|
||||
- SharedLibraryCore/**
|
||||
- Plugins/**
|
||||
- .github/workflows/build_application.yml
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user