Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 8bcf85b

Browse files
committed
macosgroundhogday
1 parent c3e6712 commit 8bcf85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
--with-alsa \
9494
--with-fastsid \
9595
--with-resid \
96-
${{ matrix.conf }}
96+
${{ matrix.ui.conf }}
9797
make -j $(sysctl -n hw.ncpu) -s
9898
make DESTDIR=$HOME/build install
9999
cd ..
100100
mkdir $PATH_ARTIFACTS
101101
cd $PATH_ARTIFACTS
102-
tar cvzf vice-${{ matrix.name }}.tgz -C $HOME/build .
102+
tar cvzf vice-${{ matrix.ui.name }}.tgz -C $HOME/build .
103103
pwd
104104
ls -l

0 commit comments

Comments
 (0)