Update .forgejo/workflows/fortune-mod-debian.yml

This commit is contained in:
Nova Cat 2025-03-22 12:32:51 -07:00
parent be3ad78c89
commit 07cc74f37c

View file

@ -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