Skip to content

Commit

Permalink
updated regex for release files
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 14, 2023
1 parent d3cee40 commit 4930a50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -128,4 +128,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
cache/*.tar.gz
cache/adbc*.tar.gz

0 comments on commit 4930a50

Please sign in to comment.