Skip to content

Commit 5e684c9

Browse files
authored
Merge pull request #43 from ledhed2222/more-dist
more dist
2 parents 833de60 + e2cd08a commit 5e684c9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.github/workflows/build-installers.yaml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
--app-version 2.4.3 \
3434
--vendor "Ledhed2222"
3535
36-
- name: Upload macOS installer
37-
uses: actions/upload-artifact@v4
36+
- name: Upload to gh release
37+
uses: softprops/action-gh-release@v1
3838
with:
39-
name: EWItool-macOS
40-
path: target/*.dmg
39+
files: target/*.dmg
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142

4243
windows:
4344
runs-on: windows-latest
@@ -65,11 +66,12 @@ jobs:
6566
--app-version 2.4.3 ^
6667
--vendor "Ledhed2222"
6768
68-
- name: Upload Windows installer
69-
uses: actions/upload-artifact@v4
69+
- name: Upload to gh release
70+
uses: softprops/action-gh-release@v1
7071
with:
71-
name: EWItool-Windows
72-
path: target/*.exe
72+
files: target/*.exe
73+
env:
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7375

7476
linux:
7577
runs-on: ubuntu-latest
@@ -102,8 +104,9 @@ jobs:
102104
--app-version 2.4.3 \
103105
--vendor "Ledhed2222"
104106
105-
- name: Upload Linux installer
106-
uses: actions/upload-artifact@v4
107+
- name: Upload to gh release
108+
uses: softprops/action-gh-release@v1
107109
with:
108-
name: EWItool-Linux
109-
path: target/*.deb
110+
files: target/*.deb
111+
env:
112+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

icon.png

-3.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)