mover assets al lugar correcto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
92dbdb4741
commit
8760c1943a
1 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ pipeline:
|
||||||
go build -o "${{targets.destdir}}/usr/bin/nftmachin"
|
go build -o "${{targets.destdir}}/usr/bin/nftmachin"
|
||||||
- name: Copy assets
|
- name: Copy assets
|
||||||
runs: |
|
runs: |
|
||||||
mkdir -p /usr/share/nftmachin
|
mkdir -p "${{targets.destdir}}/usr/share/nftmachin"
|
||||||
cp -r templates assets /usr/share/nftmachin/
|
cp -r templates assets "${{targets.destdir}}/usr/share/nftmachin/"
|
||||||
|
|
Loading…
Reference in a new issue