Use tag version for deb package
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 48s
release / release (push) Failing after 8s

This commit is contained in:
kdusek
2025-12-07 23:30:43 +01:00
parent 56bebb4be7
commit c2473ad714

View File

@@ -55,7 +55,7 @@ jobs:
-m k.dries@protonmail.com \
--description "Gotify Tray. A tray notification application for receiving messages from a Gotify server." \
--category internet \
--version "$(cat version.txt)" \
--version "${{github.ref_name#v}}" \
--license GPLv3
- name: Upload artifact
uses: actions/upload-artifact@v3