mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
fix release action
This commit is contained in:
parent
808ab94c68
commit
5b9effad85
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
||||
needs: create-release
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@ -74,6 +76,8 @@ jobs:
|
||||
needs: create-release
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Restore artifacts, or run vcpkg, build and cache artifacts
|
||||
uses: lukka/run-vcpkg@main
|
||||
|
Loading…
x
Reference in New Issue
Block a user