Skip to content

Commit 0ad4eda

Browse files
committed
ci: dd windows ci
windows has offically been deprecated since v0.2.0-canary.3
1 parent a6bc6d7 commit 0ad4eda

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
target: x86_64-unknown-linux-gnu
2424
# - os: ubuntu-latest
2525
# target: aarch64-unknown-linux-gnu
26-
- os: windows-latest
27-
target: x86_64-pc-windows-msvc
28-
- os: windows-latest
29-
target: aarch64-pc-windows-msvc
3026

3127
steps:
3228
- uses: actions/checkout@v4
@@ -67,14 +63,6 @@ jobs:
6763
# if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu'
6864
# run: zip encore_linux_aarch64.zip target/${{ matrix.target }}/release/encore -r
6965

70-
- name: Zip Artifact (Windows x86_64)
71-
if: matrix.os == 'windows-latest' && matrix.target == 'x86_64-pc-windows-msvc'
72-
run: Compress-Archive -Path target/${{ matrix.target }}/release/encore.exe -DestinationPath encore_windows_x86_64.zip # odd one out
73-
74-
- name: Zip Artifact (Windows aarch64)
75-
if: matrix.os == 'windows-latest' && matrix.target == 'aarch64-pc-windows-msvc'
76-
run: Compress-Archive -Path target/${{ matrix.target }}/release/encore.exe -DestinationPath encore_windows_aarch64.zip
77-
7866
- name: Artifact (macOS x86_64)
7967
if: matrix.os == 'macos-latest' && matrix.target == 'x86_64-apple-darwin'
8068
uses: actions/upload-artifact@v4
@@ -103,16 +91,3 @@ jobs:
10391
# name: encore (Linux aarch64)
10492
# path: encore_linux_aarch64.zip
10593

106-
- name: Artifact (Windows x86_64)
107-
if: matrix.os == 'windows-latest' && matrix.target == 'x86_64-pc-windows-msvc'
108-
uses: actions/upload-artifact@v4
109-
with:
110-
name: encore (Windows x86_64)
111-
path: encore_windows_x86_64.zip
112-
113-
- name: Artifact (Windows aarch64)
114-
if: matrix.os == 'windows-latest' && matrix.target == 'aarch64-pc-windows-msvc'
115-
uses: actions/upload-artifact@v4
116-
with:
117-
name: encore (Windows aarch64)
118-
path: encore_windows_aarch64.zip

0 commit comments

Comments
 (0)