File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ jobs:
205
205
TAG : ${{needs.prepare.outputs.TAG}}
206
206
run : |
207
207
sudo apt-get update && sudo apt-get install autoconf-archive ninja-build
208
- ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw-${{matrix.arch}} ${{matrix.arch}} --with-python
209
- .github/workflows/store-version.sh install/llvm-mingw-${{matrix.arch}} /versions.txt
208
+ ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
209
+ .github/workflows/store-version.sh install/llvm-mingw/versions.txt
210
210
cd install
211
211
NAME=llvm-mingw-$TAG-ucrt-${{matrix.arch}}
212
- mv llvm-mingw-${{matrix.arch}} $NAME
212
+ mv llvm-mingw $NAME
213
213
zip -9rq ../$NAME.zip $NAME
214
214
- uses : actions/upload-artifact@v3
215
215
with :
You can’t perform that action at this time.
0 commit comments