mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-01-09 10:31:49 +00:00
Compare commits
4 Commits
2b6e78beb2
...
19cc05a2a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19cc05a2a3 | ||
|
|
8431b0733d | ||
|
|
b8f570a0d4 | ||
|
|
ccf5f0260b |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- release
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
run: cmake --build --preset=${{matrix.configuration}}
|
||||
|
||||
- name: Upload ${{matrix.configuration}} binaries
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{matrix.configuration}} binaries
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user