fix: wrong path on build file
This commit is contained in:
parent
20af833f1c
commit
4dd80f3834
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
||||||
- name: Run script
|
- name: Run script
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./build-scripts/ci-build.sh
|
chmod +x ./build/ci-build.sh
|
||||||
./build-scripts/ci-build.sh
|
./build/ci-build.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lamassu-server.tar.gz
|
name: lamassu-server.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue