Use VERSION env var in fpm command

This commit is contained in:
kdusek
2025-12-07 23:56:46 +01:00
parent 5ce72c71e3
commit f088174b05

View File

@@ -60,7 +60,7 @@ jobs:
-m k.dries@protonmail.com \ -m k.dries@protonmail.com \
--description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \ --description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \
--category internet \ --category internet \
--version "${{github.ref_name#v}}" \ --version "$VERSION" \
--license GPLv3 --license GPLv3
- name: Check deb file - name: Check deb file
run: ls -la dist/ run: ls -la dist/