File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 sudo make install
2424
2525 - name : configure
26- run : ./configure --enable-opt --prefix=$(pwd)/meshfile-build /meshfile-build
26+ run : ./configure --enable-opt --prefix=$(pwd)/staging /meshfile-gnulinux
2727
2828 - name : build
2929 run : make
@@ -37,11 +37,11 @@ jobs:
3737 - name : stage install
3838 run : |
3939 make install-all
40- tree meshfile-build
40+ tree staging
4141
4242 - uses : actions/upload-artifact@v4
4343 with :
44- name : meshfile-build
45- path : meshfile-build
44+ name : meshfile-gnulinux
45+ path : staging
4646
4747# vi:ts=2 sts=2 sw=2 expandtab:
Original file line number Diff line number Diff line change 3030 make install
3131
3232 - name : configure
33- run : ./configure --enable-opt --prefix=$(pwd)/meshfile-build /meshfile-build
33+ run : ./configure --enable-opt --prefix=$(pwd)/staging /meshfile-mingw64
3434
3535 - name : build
3636 run : make
4949
5050 - uses : actions/upload-artifact@v4
5151 with :
52- name : meshfile-build
53- path : meshfile-build
52+ name : meshfile-mingw64
53+ path : staging
5454
5555# vi:ts=2 sts=2 sw=2 expandtab:
You can’t perform that action at this time.
0 commit comments