Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0037c2f commit 1034703Copy full SHA for 1034703
1 file changed
.github/workflows/release_for_appimage.yml
@@ -1,4 +1,4 @@
1
-name: Release for Linux
+name: Release for Appimage
2
3
on:
4
workflow_dispatch:
@@ -40,10 +40,12 @@ jobs:
40
fastforge package --platform=linux --targets=appimage
41
42
- name: Find Executable
43
- run: export dir=$(find ./ -name watermeter-*)
44
-
+ run: |
+ export dir=$(find ./ -name watermeter-*)
45
+ cp $dir ./watermeter.Appimage
46
+
47
- name: Upload artifact
48
uses: actions/upload-artifact@v4
49
with:
50
name: Watermeter_Appimage
- path: $dir
51
+ path: watermeter.Appimage
0 commit comments