Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c49f761f93 | ||
|
|
ca05007197 | ||
|
|
c2473ad714 |
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -33,6 +33,9 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ruby-full
|
||||
gem install fpm
|
||||
export PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
|
||||
- name: Check fpm
|
||||
run: which fpm
|
||||
- name: Build Debian package
|
||||
run: |
|
||||
mkdir -p build/linux/opt
|
||||
@@ -55,8 +58,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:
|
||||
|
||||
Reference in New Issue
Block a user