This commit is contained in:
parent
3479d90821
commit
5b9a6f1eaa
1 changed files with 2 additions and 2 deletions
|
@ -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 }} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue