Generate and include manual in release workflow
This commit is contained in:
parent
0cdde43411
commit
7b4bbd6a9e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -48,13 +48,16 @@ jobs:
|
||||||
name: Oxipng binary (${{ matrix.target }})
|
name: Oxipng binary (${{ matrix.target }})
|
||||||
path: target
|
path: target
|
||||||
|
|
||||||
|
- name: Generate up to date manual
|
||||||
|
run: scripts/manual.sh
|
||||||
|
|
||||||
- name: Build archives
|
- name: Build archives
|
||||||
working-directory: target
|
working-directory: target
|
||||||
run: |
|
run: |
|
||||||
ARCHIVE_NAME="oxipng-${{ steps.oxipngMeta.outputs.version }}-${{ matrix.target }}"
|
ARCHIVE_NAME="oxipng-${{ steps.oxipngMeta.outputs.version }}-${{ matrix.target }}"
|
||||||
|
|
||||||
mkdir "$ARCHIVE_NAME"
|
mkdir "$ARCHIVE_NAME"
|
||||||
cp ../CHANGELOG.md ../README.md "$ARCHIVE_NAME"
|
cp ../CHANGELOG.md ../README.md ../MANUAL.txt "$ARCHIVE_NAME"
|
||||||
|
|
||||||
case '${{ matrix.target }}' in
|
case '${{ matrix.target }}' in
|
||||||
*-windows-*)
|
*-windows-*)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue