File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,18 +72,20 @@ jobs:
72
72
if : runner.os == 'Linux'
73
73
run : |
74
74
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=build/bin/repo build/bin/build-dir build/linux/app.runik.runik.yml && \
75
- flatpak build-bundle build/bin/repo build/bin/runik .flatpak app.runik.runik && \
75
+ flatpak build-bundle build/bin/repo build/bin/runik_linux .flatpak app.runik.runik && \
76
76
rm -r build/bin/repo && \
77
77
rm -r build/bin/build-dir && \
78
78
rm -r .flatpak-builder
79
79
80
80
- name : Build Runik for macOS
81
81
if : runner.os == 'macOS'
82
- run : wails build --platform ${{ matrix.build.platform }} -o ${{ matrix.build.name }}_${{ runner.os }}
82
+ run : wails build --platform ${{ matrix.build.platform }}
83
83
84
84
- name : Build Runik for windows
85
85
if : runner.os == 'Windows'
86
- run : wails build --platform ${{ matrix.build.platform }} -o ${{ matrix.build.name }}_${{ runner.os }} -nsis
86
+ run : |
87
+ wails build --platform ${{ matrix.build.platform }} -nsis
88
+ mv build\bin\runik-amd64-installer.exe build\bin\runik_windows.exe
87
89
88
90
# Assign perms
89
91
- name : Apply macos perms
@@ -104,4 +106,4 @@ jobs:
104
106
if : startsWith(github.ref, 'refs/tags/')
105
107
with :
106
108
files : |
107
- build/bin/*
109
+ build/bin/runik_ *
You can’t perform that action at this time.
0 commit comments