Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tarball (0.15 sec)

  1. .github/workflows/maven_build_itself.yml

              distribution: 'temurin'
              cache: 'maven'
    
          - name: Build with Maven
            run: mvn install -e -B -V -DdistributionFileName=apache-maven
    
          - name: Extract tarball
            shell: bash
            run: |
              set +e
              if [ -f ${{ env.TAR_BALL }} ]; then
                temp_dir=$(mktemp -d)
                tar -xzf ${{ env.TAR_BALL }} -C "$temp_dir" --strip 1
    Others
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 2.6K bytes
    - Viewed (0)
Back to top