Skip to content

Commit 38c6efb

Browse files
committed
Update documentation & more test coverage
Update version information in documentation. Small editorial edit: add a space. More build test coverage.
1 parent d4e6ce7 commit 38c6efb

File tree

4 files changed

+1040
-8
lines changed

4 files changed

+1040
-8
lines changed

Diff for: .github/workflows/build-libg2hec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
cd ${{ github.workspace }}
3232
autoreconf -vi
33-
./scripts/build.sh
33+
./scripts/build.sh distcheck

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
uses: ncipollo/release-action@v1
3434
with:
3535
allowUpdates: true
36-
artifacts: "g2hec-lib-${{ env.RELEASE_VERSION}}.tar.gz"
36+
artifacts: "g2hec-lib-${{ env.RELEASE_VERSION }}.tar.gz"
3737
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)