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
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make
|
||||
export DESTDIR=../../debian/fortune-mod-shlomif/
|
||||
export DESTDIR=/workspace/swee/automationScripts/debian/fortune-mod-shlomif/
|
||||
make install
|
||||
- name: Package
|
||||
run: |
|
||||
pwd
|
||||
ls -R debian
|
||||
dpkg-deb --root-owner-group --build debian/fortune-mod-shlomif fortune-mod-shlomif.deb
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue