Removes the MANIFEST file and unused release files (#1497)
* Removes the MANIFEST file and unused release files * Updated tar command
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -184,7 +184,6 @@ jobs:
|
||||
if: matrix.generator == 'autogen'
|
||||
run: |
|
||||
sh ./autogen.sh
|
||||
sh ./bin/chkmanifest
|
||||
mkdir "${{ runner.workspace }}/build"
|
||||
cd "${{ runner.workspace }}/build"
|
||||
$GITHUB_WORKSPACE/configure --enable-shared --${{ matrix.ts }}-threadsafe --${{ matrix.hl }}-hl --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --${{ matrix.java }}-java
|
||||
|
||||
1
.github/workflows/pr-check.yml
vendored
1
.github/workflows/pr-check.yml
vendored
@@ -179,7 +179,6 @@ jobs:
|
||||
if: matrix.generator == 'autogen'
|
||||
run: |
|
||||
sh ./autogen.sh
|
||||
sh ./bin/chkmanifest
|
||||
mkdir "${{ runner.workspace }}/build"
|
||||
cd "${{ runner.workspace }}/build"
|
||||
$GITHUB_WORKSPACE/configure --enable-shared --${{ matrix.ts }}-threadsafe --${{ matrix.hl }}-hl --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --${{ matrix.java }}-java
|
||||
|
||||
Reference in New Issue
Block a user