Update test stage to ci
This commit is contained in:
parent
2e21dbc2cd
commit
b651079fb5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ncc-build
|
name: ncc-build
|
||||||
path: build/release/net.nosial.configlib.ncc
|
path: ncc-build # Adjust this to download the artifact directly under 'ncc-build'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install NCC package
|
- name: Install NCC package
|
||||||
run: |
|
run: |
|
||||||
ncc package install --package="build/release/net.nosial.configlib.ncc" --skip-dependencies --reinstall -y --log-level
|
ncc package install --package="ncc-build/net.nosial.configlib.ncc" --skip-dependencies --reinstall -y --log-level # Use the correct path to the downloaded package
|
||||||
|
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue