Skip to content

Commit

Permalink
Fix truecolor packaging for CI, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
SoDOOManiac committed Apr 28, 2024
1 parent 8e5474f commit f68e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
make distclean
./configure --enable-truecolor
make -j4
for i in doom heretic hexen strife ; do mv src/crispy-${i}.exe src/crispy-${i}-truecolor.exe ; done
do mv src/so-doom.exe src/so-doom-truecolor.exe ; done
make distclean
./configure
- name: Build
Expand Down

0 comments on commit f68e8bf

Please sign in to comment.