Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2473ad714 | ||
|
|
56bebb4be7 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
@@ -69,6 +69,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: gotify-tray_${{github.ref_name}}_amd64.deb
|
||||
- name: Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user