Skip to content

Commit 364d419

Browse files
Disable Windows builds in CI
1 parent 9d7ea5e commit 364d419

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ jobs:
250250
- platform: ubuntu-22.04
251251
args: ""
252252
arch: x86_64-linux
253-
- platform: windows-latest
254-
args: ""
255-
arch: x86_64-windows
256253

257254
runs-on: ${{ matrix.platform }}
258255
steps:
@@ -323,15 +320,6 @@ jobs:
323320
app/src-tauri/target/release/bundle/rpm/*.rpm
324321
app/src-tauri/target/release/bundle/appimage/*.AppImage
325322
326-
- name: Upload Windows artifacts
327-
if: github.event_name == 'push' && matrix.platform == 'windows-latest'
328-
uses: actions/upload-artifact@v4
329-
with:
330-
name: windows-${{ matrix.arch }}
331-
path: |
332-
app/src-tauri/target/release/bundle/nsis/*.exe
333-
app/src-tauri/target/release/bundle/msi/*.msi
334-
335323
release:
336324
if: github.event_name == 'push' && needs.changes.outputs.app == 'true'
337325
needs: [changes, build]
@@ -357,13 +345,6 @@ jobs:
357345
pattern: linux-*
358346
merge-multiple: true
359347

360-
- name: Download Windows artifacts
361-
uses: actions/download-artifact@v4
362-
with:
363-
path: artifacts
364-
pattern: windows-*
365-
merge-multiple: true
366-
367348
- name: List artifacts
368349
run: find artifacts -type f 2>/dev/null || echo "No artifacts found"
369350

@@ -386,8 +367,6 @@ jobs:
386367
artifacts/**/*.deb
387368
artifacts/**/*.rpm
388369
artifacts/**/*.AppImage
389-
artifacts/**/*.exe
390-
artifacts/**/*.msi
391370
make_latest: true
392371

393372
www_preview:

0 commit comments

Comments
 (0)