mirror of
https://github.com/NickTheFox99/RaylibGame.git
synced 2026-06-23 17:45:11 -04:00
Update cmake-multi-platform.yml
This commit is contained in:
6
.github/workflows/cmake-multi-platform.yml
vendored
6
.github/workflows/cmake-multi-platform.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Cache CMake files
|
- name: Cache CMake files
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cmake
|
~/.cmake
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache emsdk
|
- name: Cache emsdk
|
||||||
if: matrix.c_compiler == 'emcc'
|
if: matrix.c_compiler == 'emcc'
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
emsdk-cache
|
emsdk-cache
|
||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload Build Artifacts
|
- name: Upload Build Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: ${{ matrix.artifact_name }}.zip
|
path: ${{ matrix.artifact_name }}.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user