Skip to content

Commit

Permalink
Fixed GitHub Actions workflow for inserting HTML documentation into L…
Browse files Browse the repository at this point in the history
…inux archives.
  • Loading branch information
orbitalquark committed Jan 26, 2024
1 parent a6eb95d commit 0e63200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
if [[ -f textadept_$version.win.zip ]]; then
zip -r textadept_$version.win.zip textadept/docs/*.html
fi
if [[ -f textadept_$version.linux.tar.gz ]]; then
if [[ -f textadept_$version.linux.tgz ]]; then
mv textadept_$version.linux.tgz textadept_$version.linux.tar.gz
gunzip textadept_$version.linux.tar.gz
tar --append -f textadept_$version.linux.tar textadept/docs/*.html
gzip textadept_$version.linux.tar
Expand Down

0 comments on commit 0e63200

Please sign in to comment.