Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1034703

Browse files
lhx-666-coolBenderBlog
authored andcommitted
Update release_for_appimage.yml
1 parent 0037c2f commit 1034703

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release_for_appimage.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release for Linux
1+
name: Release for Appimage
22

33
on:
44
workflow_dispatch:
@@ -40,10 +40,12 @@ jobs:
4040
fastforge package --platform=linux --targets=appimage
4141
4242
- name: Find Executable
43-
run: export dir=$(find ./ -name watermeter-*)
44-
43+
run: |
44+
export dir=$(find ./ -name watermeter-*)
45+
cp $dir ./watermeter.Appimage
46+
4547
- name: Upload artifact
4648
uses: actions/upload-artifact@v4
4749
with:
4850
name: Watermeter_Appimage
49-
path: $dir
51+
path: watermeter.Appimage

0 commit comments

Comments
 (0)