Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca05007197 | ||
|
|
c2473ad714 | ||
|
|
56bebb4be7 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -33,6 +33,8 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ruby-full
|
||||
gem install fpm
|
||||
- name: Check fpm
|
||||
run: which fpm
|
||||
- name: Build Debian package
|
||||
run: |
|
||||
mkdir -p build/linux/opt
|
||||
@@ -55,8 +57,10 @@ 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: Check deb file
|
||||
run: ls -la dist/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@@ -69,6 +73,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