forked from Mirrors/OmniNX
bugfix for workflow
This commit is contained in:
parent
bfbe313c57
commit
e254984f4c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-all.yml
vendored
6
.github/workflows/build-all.yml
vendored
|
|
@ -12,13 +12,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build all variants
|
||||
run: bash scripts/build-all.sh
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: omninx-packs-${{ github.sha }}
|
||||
path: output/*.zip
|
||||
path: output/
|
||||
|
|
|
|||
Loading…
Reference in a new issue