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:
parent
966a297132
commit
8e11c89b6e
5
.github/workflows/build_application.yml
vendored
5
.github/workflows/build_application.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user