Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d9d3f8d6c | ||
|
|
a3c99b5f48 |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -60,12 +60,12 @@ 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/
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: gotify-tray_${{ env.VERSION }}_amd64.deb
|
name: gotify-tray_${{ env.VERSION }}_amd64.deb
|
||||||
path: dist/gotify-tray_${{ env.VERSION }}_amd64.deb
|
path: dist/gotify-tray_${{ env.VERSION }}_amd64.deb
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
|
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: gotify-tray_${{ env.VERSION }}_amd64.deb
|
name: gotify-tray_${{ env.VERSION }}_amd64.deb
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|||||||
Reference in New Issue
Block a user