Skip to content

Commit fa16e09

Browse files
committed
Update AppImage workflow
1 parent 7b7a308 commit fa16e09

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build-appimage.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@ jobs:
2626
- name: Get changelog
2727
run: python3 .github/scripts/changelog.py
2828

29-
- name: Release
29+
- name: Stable release
3030
uses: softprops/action-gh-release@v2.2.1
31+
if: startsWith(github.ref, 'refs/tags/')
3132
with:
3233
body_path: "CHANGELOG.html"
33-
files: ./nottodbox*.AppImage*
34+
files: ./nottodbox*.AppImage*
35+
36+
- name: Nightly release
37+
uses: softprops/action-gh-release@v2.2.1
38+
with:
39+
body_path: "CHANGELOG.html"
40+
files: ./nottodbox*.AppImage*
41+
tag_name: nightly

0 commit comments

Comments
 (0)