This commit is contained in:
parent
7c64e8d6e2
commit
79596cfe58
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
sudo solbuild build --disable-abi-report
|
sudo solbuild build --profile main-x86_64 --disable-abi-report
|
||||||
- name: Copy to NFS
|
- name: Copy to NFS
|
||||||
run: |
|
run: |
|
||||||
sudo ctn-tool \
|
ctn-tool \
|
||||||
--project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \
|
--project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \
|
||||||
--source-dir ./ \
|
--source-dir ./ \
|
||||||
--nfs-address ${{ secrets.NFS_ADDRESS }} \
|
--nfs-address ${{ secrets.NFS_ADDRESS }} \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue