File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ jobs:
8989 os : ubuntu-latest
9090 cross : true
9191 release_suffix : aarch64-linux
92- - target : i686-unknown-linux-gnu
93- os : ubuntu-latest
94- cross : true
95- release_suffix : i686-linux
92+ # - target: i686-unknown-linux-gnu
93+ # os: ubuntu-latest
94+ # cross: true
95+ # release_suffix: i686-linux
9696 # Windows
9797 - target : x86_64-pc-windows-msvc
9898 os : windows-2022
9999 release_suffix : x86_64-windows
100- - target : i686-pc-windows-msvc
101- os : windows-2022
102- release_suffix : i686-windows
100+ # - target: i686-pc-windows-msvc
101+ # os: windows-2022
102+ # release_suffix: i686-windows
103103 # macOS
104104 - target : aarch64-apple-darwin
105105 os : macos-12
@@ -176,13 +176,13 @@ jobs:
176176 - name : Rename
177177 working-directory : ${{ github.workspace }}
178178 run : |-
179- mv dist/app /dma* dist/app /dma-${{ matrix.job.release_suffix }}
179+ mv dist/binary /dma* dist/binary /dma-${{ matrix.job.release_suffix }}
180180
181181 - name : Upload built binary package
182182 uses : actions/upload-artifact@v4
183183 with :
184184 name : binaries-${{ matrix.job.release_suffix }}
185- path : dist/app /*
185+ path : dist/binary /*
186186 if-no-files-found : error
187187
188188 publish :
You can’t perform that action at this time.
0 commit comments