Skip to content

Commit f6a5142

Browse files
authored
fix nightly desktop name and upinfo
fixes #42
1 parent a850ae6 commit f6a5142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: chmod +x ./get-dependencies.sh && DEVEL=true ./get-dependencies.sh
3030

3131
- name: Make AppImage
32-
run: chmod +x ./*-appimage.sh && ./*-appimage.sh
32+
run: chmod +x ./*-appimage.sh && DEVEL=true ./*-appimage.sh
3333

3434
- name: Upload artifact
3535
uses: actions/upload-artifact@v4.6.2

0 commit comments

Comments
 (0)