1
0
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:
RaidMax 2024-06-30 12:07:46 -05:00
parent 966a297132
commit 8e11c89b6e

View File

@ -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