File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 33
33
architecture : x86
34
34
- os : windows-latest
35
35
architecture : ARM64
36
- - os : windows-latest
37
- architecture : ARM
38
36
39
37
steps :
40
38
- uses : actions/checkout@v4
@@ -115,7 +113,6 @@ jobs:
115
113
mv win-x64/cimgui.dll win-x64/cimgui.win-x64.dll
116
114
mv win-x86/cimgui.dll win-x86/cimgui.win-x86.dll
117
115
mv win-ARM64/cimgui.dll win-ARM64/cimgui.win-arm64.dll
118
- mv win-ARM/cimgui.dll win-ARM/cimgui.win-arm.dll
119
116
120
117
- name : Release
121
118
uses : softprops/action-gh-release@v2
@@ -124,7 +121,6 @@ jobs:
124
121
win-x64/cimgui.win-x64.dll
125
122
win-x86/cimgui.win-x86.dll
126
123
win-ARM64/cimgui.win-arm64.dll
127
- win-ARM/cimgui.win-arm.dll
128
124
JsonFiles/*
129
125
ubuntu-latest-x64/cimgui.so
130
126
macos-latest-x64/cimgui.dylib
You can’t perform that action at this time.
0 commit comments