Skip to content

Commit bc173f7

Browse files
committed
windows arm64
1 parent 322dca7 commit bc173f7

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/jsource.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,75 +1102,76 @@ jobs:
11021102
# windows arm64 old ----------------------------------------------------
11031103
jewinarm64old:
11041104
name: JE (Windows arm64 old)
1105+
if: ${{ false }}
11051106
runs-on: windows-2022
11061107
steps:
11071108
- name: Checkout Git repository
11081109
uses: actions/checkout@v4
11091110

1110-
- name: Setup Environment (Windows arm64 old)
1111+
- name: Setup Environment (Windows arm64)
11111112
uses: ilammy/msvc-dev-cmd@v1
11121113
with:
11131114
arch: amd64_arm64
11141115

1115-
- name: Build JE (Windows arm64 old)
1116+
- name: Build JE (Windows arm64)
11161117
shell: cmd
11171118
run: |
11181119
script\buildga.cmd arm64
11191120
1120-
- name: Test JE (Windows arm64 old)
1121+
- name: Test JE (Windows arm64)
11211122
if: ${{ false }}
11221123
shell: cmd
11231124
run: |
11241125
script\testga.cmd arm64
11251126
1126-
- name: Compress Files (Windows arm64 old)
1127+
- name: Compress Files (Windows arm64)
11271128
shell: pwsh
1128-
run: Compress-Archive jarm64 warm64old.zip
1129+
run: Compress-Archive jarm64 warm64.zip
11291130

1130-
- name: Release JE (Windows arm64 old)
1131+
- name: Release JE (Windows arm64)
11311132
uses: ncipollo/release-action@v1
11321133
with:
11331134
tag: build
1134-
artifacts: "warm64old.zip"
1135+
artifacts: "warm64.zip"
11351136
token: ${{ secrets.GITHUB_TOKEN }}
11361137
allowUpdates: true
11371138
replacesArtifacts: true
11381139

1139-
- name: Copy Test (Windows arm64 old)
1140+
- name: Copy Test (Windows arm64)
11401141
uses: actions/upload-artifact@v4
11411142
with:
11421143
name: dist
1143-
path: testwinarm64old.txt
1144+
path: testwinarm64.txt
11441145
overwrite: true
11451146

11461147
# windows arm64 --------------------------------------------------------
11471148
jewinarm64:
1148-
name: JE (Windows11 arm64)
1149+
name: JE (Windows arm64)
11491150
runs-on: windows-11-arm
11501151
steps:
11511152
- name: Checkout Git repository
11521153
uses: actions/checkout@v4
11531154

1154-
- name: Setup Environment (Windows11 arm64)
1155+
- name: Setup Environment (Windows arm64)
11551156
uses: ilammy/msvc-dev-cmd@v1
11561157
with:
11571158
arch: amd64_arm64
11581159

1159-
- name: Build JE (Windows11 arm64)
1160+
- name: Build JE (Windows arm64)
11601161
shell: cmd
11611162
run: |
11621163
script\buildga.cmd arm64
11631164
1164-
- name: Test JE (Windows11 arm64)
1165+
- name: Test JE (Windows arm64)
11651166
shell: cmd
11661167
run: |
11671168
script\testga.cmd arm64
11681169
1169-
- name: Compress Files (Windows11 arm64)
1170+
- name: Compress Files (Windows arm64)
11701171
shell: pwsh
11711172
run: Compress-Archive jarm64 warm64.zip
11721173

1173-
- name: Release JE (Windows11 arm64)
1174+
- name: Release JE (Windows arm64)
11741175
uses: ncipollo/release-action@v1
11751176
with:
11761177
tag: build
@@ -1179,7 +1180,7 @@ jobs:
11791180
allowUpdates: true
11801181
replacesArtifacts: true
11811182

1182-
- name: Copy Test (Windows11 arm64)
1183+
- name: Copy Test (Windows arm64)
11831184
uses: actions/upload-artifact@v4
11841185
with:
11851186
name: dist

0 commit comments

Comments
 (0)