Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michael105 committed Feb 5, 2025
1 parent f087020 commit ec20987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir -p dist/debian/usr/local/share/doc/slterm
cp -R README.md LICENSE PATCHES.md test dist/debian/usr/local/share/doc/slterm/
mkdir dist/debian/usr/local/share/doc/slterm/doc
cp doc/* dist/debian/usr/local/share/doc/slterm/doc/
cp doc/BLURP.md doc/ansi_escape_sequences.txt doc/ascii-controlchars-vt102.txt doc/ascii_0-127.png doc/ascii_0-127.txt doc/ascii_128-255.png doc/ascii_128-255.txt doc/colornames.html doc/colornames_gray.html doc/fontconfig.txt doc/patches-applied dist/debian/usr/local/share/doc/slterm/doc/
dpkg-deb --build dist/debian slterm_$VERSION_static.deb
- name: upload static package
Expand Down

0 comments on commit ec20987

Please sign in to comment.