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