1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -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/** - Data/**
- SharedLibraryCore/** - SharedLibraryCore/**
- Plugins/** - Plugins/**
- .github/workflows/build_application.yml
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]
paths: paths:
@ -35,7 +34,7 @@ jobs:
- name: Restore cache - name: Restore cache
id: cache id: cache
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
path: cache_dir path: cache_dir
key: revision-number key: revision-number
@ -72,7 +71,7 @@ jobs:
echo "revision_number=$rev_number" >> $GITHUB_OUTPUT echo "revision_number=$rev_number" >> $GITHUB_OUTPUT
- name: Save cache - name: Save cache
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
path: cache_dir path: cache_dir
key: revision-number key: revision-number