Update .forgejo/workflows/fortune-mod-debian.yml
This commit is contained in:
parent
be3ad78c89
commit
07cc74f37c
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ jobs:
|
||||||
cd fortune-mod/build
|
cd fortune-mod/build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make
|
||||||
export DESTDIR=../../debian/fortune-mod-shlomif/
|
export DESTDIR=/workspace/swee/automationScripts/debian/fortune-mod-shlomif/
|
||||||
make install
|
make install
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
pwd
|
ls -R debian
|
||||||
dpkg-deb --root-owner-group --build debian/fortune-mod-shlomif fortune-mod-shlomif.deb
|
dpkg-deb --root-owner-group --build debian/fortune-mod-shlomif fortune-mod-shlomif.deb
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue