fix workflows
All checks were successful
Build / Build project (push) Successful in 1m11s

This commit is contained in:
Alexander Zhirov 2025-05-02 15:44:19 +03:00
parent 3479d90821
commit 5b9a6f1eaa
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4
- name: Build package
run: |
sudo solbuild build
sudo solbuild build --profile main-x86_64
- name: Copy to NFS
run: |
sudo ctn-tool \
ctn-tool \
--project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \
--source-dir ./ \
--nfs-address ${{ secrets.NFS_ADDRESS }} \