Fix vehicle spawner (#95)
Some checks are pending
Nightly Build / Build Nightly (push) Waiting to run
Nightly Build / Recreate Release (push) Blocked by required conditions
Nightly Build / Check Recent Commit (push) Successful in 2m24s

This commit is contained in:
Mr-X-GTA
2025-02-06 13:06:53 +01:00
committed by GitHub
parent 7064995875
commit c8e6a6970b
3 changed files with 14 additions and 13 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest
name: CI
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check CMake version
run: cmake --version
@ -45,13 +45,13 @@ jobs:
working-directory: build/
- name: Upload Artifact (dll)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binary
path: |
build/YimMenu-dev-*.dll
- name: Upload Artifact (pdb)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pdb
path: |