mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 01:42:41 +08:00
Fix vehicle spawner (#95)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user