diff --git a/.github/workflows/precompile.yml b/.github/workflows/precompile.yml index c6ed9d0..7bf3e4a 100644 --- a/.github/workflows/precompile.yml +++ b/.github/workflows/precompile.yml @@ -17,7 +17,7 @@ jobs: matrix: otp_version: [25, 26] - name: Linux x86_64 - OTP ${{ matrix.otp_version }} + name: Linux - OTP ${{ matrix.otp_version }} steps: - uses: actions/checkout@v3 @@ -50,7 +50,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - cache/*.tar.gz + cache/adbc*.tar.gz macos: runs-on: macos-11 @@ -61,7 +61,7 @@ jobs: matrix: otp_version: ["25.3.2.3", "26.0.2"] - name: macOS x86_64 - OTP ${{ matrix.otp_version }} + name: macOS - OTP ${{ matrix.otp_version }} steps: - uses: actions/checkout@v3 @@ -92,7 +92,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - cache/*.tar.gz + cache/adbc*.tar.gz windows: runs-on: windows-latest @@ -102,7 +102,7 @@ jobs: matrix: otp_version: [25, 26] - name: Windows x86_64 - OTP ${{ matrix.otp_version }} + name: Windows - OTP ${{ matrix.otp_version }} steps: - uses: actions/checkout@v3 @@ -128,4 +128,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - cache/*.tar.gz + cache/adbc*.tar.gz