Skip to content

Commit 8c256e2

Browse files
committed
hurray
1 parent 9ad41bf commit 8c256e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build_gnulinux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:

.github/workflows/build_win_mingw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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:

0 commit comments

Comments
 (0)