Skip to content

Commit

Permalink
Generate and include manual in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 9, 2023
1 parent 1ab9068 commit fd0b4cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ jobs:
name: Oxipng binary (${{ matrix.target }})
path: target

- name: Generate up to date manual
run: scripts/manual.sh

- name: Build archives
working-directory: target
run: |
ARCHIVE_NAME="oxipng-${{ steps.oxipngMeta.outputs.version }}-${{ matrix.target }}"
mkdir "$ARCHIVE_NAME"
cp ../CHANGELOG.md ../README.md "$ARCHIVE_NAME"
cp ../CHANGELOG.md ../README.md ../MANUAL.txt "$ARCHIVE_NAME"
case '${{ matrix.target }}' in
*-windows-*)
Expand Down

0 comments on commit fd0b4cc

Please sign in to comment.