fix: wrong path on build file

This commit is contained in:
Rafael Taranto 2023-06-20 08:57:45 +01:00 committed by GitHub
parent 20af833f1c
commit 4dd80f3834

View file

@ -11,8 +11,8 @@ jobs:
- name: Run script
shell: bash
run: |
chmod +x ./build-scripts/ci-build.sh
./build-scripts/ci-build.sh
chmod +x ./build/ci-build.sh
./build/ci-build.sh
- uses: actions/upload-artifact@v3
with:
name: lamassu-server.tar.gz