mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-24 02:13:27 +08:00
Update release.yml
This commit is contained in:
parent
b4ee108c9c
commit
61075afbb9
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: "Checkout Box86 Repository"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: "Environment preparation"
|
||||
run: |
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
ctest -j$(nproc)
|
||||
|
||||
- name: "Upload Artifact"
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: box86-${{ matrix.platform }}-${{ matrix.type }}
|
||||
path: build/box86
|
||||
|
Loading…
Reference in New Issue
Block a user