Skip to content

Commit

Permalink
Try using matrix platform substitution into file regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent b0ee240 commit a72d3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
repo: leap
target: 'v4'
prereleases: false
file: 'leap-dev.*(x86_64|amd64).deb'
file: 'leap-dev.*${{matrix.platform}}.*(x86_64|amd64).deb'
container-package: experimental-binaries
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -176,7 +176,7 @@ jobs:
owner: AntelopeIO
repo: leap
target: 'v4'
file: 'leap.*ubuntu22.04_(x86_64|amd64).deb'
file: 'leap.*${{matrix.platform}}.*(x86_64|amd64).deb'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Leap
Expand Down

0 comments on commit a72d3c4

Please sign in to comment.